mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
Fixed malformed -*- lines in PBQP headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92830 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c422ac216
commit
421c0733fd
@ -1,4 +1,4 @@
|
||||
//===-- AnnotatedGraph.h - Annotated PBQP Graph ----------------*- C++ --*-===//
|
||||
//===-- AnnotatedGraph.h - Annotated PBQP Graph -----------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- ExhaustiveSolver.h - Brute Force PBQP Solver -----------*- C++ --*-===//
|
||||
//===-- ExhaustiveSolver.h - Brute Force PBQP Solver ------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- GraphBase.h - Abstract Base PBQP Graph -----------------*- C++ --*-===//
|
||||
//===-- GraphBase.h - Abstract Base PBQP Graph ------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- HeuristicSolver.h - Heuristic PBQP Solver --------------*- C++ --*-===//
|
||||
//===-- HeuristicSolver.h - Heuristic PBQP Solver ---------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- Briggs.h --- Briggs Heuristic for PBQP -----------------*- C++ --*-===//
|
||||
//===-- Briggs.h --- Briggs Heuristic for PBQP ------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- PBQPMath.h - PBQP Vector and Matrix classes ------------*- C++ --*-===//
|
||||
//===-- PBQPMath.h - PBQP Vector and Matrix classes -------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- SimpleGraph.h - Simple PBQP Graph ----------------------*- C++ --*-===//
|
||||
//===-- SimpleGraph.h - Simple PBQP Graph -----------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- Solution.h ------- PBQP Solution -----------------------*- C++ --*-===//
|
||||
//===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- Solver.h ------- PBQP solver interface -----------------*- C++ --*-===//
|
||||
//===-- Solver.h ------- PBQP solver interface ------------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user