Fixed malformed -*- lines in PBQP headers.
authorLang Hames <lhames@gmail.com>
Wed, 6 Jan 2010 08:53:34 +0000 (08:53 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 6 Jan 2010 08:53:34 +0000 (08:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92830 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/PBQP/AnnotatedGraph.h
lib/CodeGen/PBQP/ExhaustiveSolver.h
lib/CodeGen/PBQP/GraphBase.h
lib/CodeGen/PBQP/HeuristicSolver.h
lib/CodeGen/PBQP/Heuristics/Briggs.h
lib/CodeGen/PBQP/PBQPMath.h
lib/CodeGen/PBQP/SimpleGraph.h
lib/CodeGen/PBQP/Solution.h
lib/CodeGen/PBQP/Solver.h

index a47dce9e675333a93be60f07637093e5a67293f3..738dea0d37cd5ed29ef6ac3eecd2ed2b4544e107 100644 (file)
@@ -1,4 +1,4 @@
-//===-- AnnotatedGraph.h - Annotated PBQP Graph ----------------*- C++ --*-===//
+//===-- AnnotatedGraph.h - Annotated PBQP Graph -----------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index b2f2e6f620fdb183fc31770f6dcbb90b68327ff2..35ec4f1b0b9c3000ae00b617d53bb9f82024d767 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ExhaustiveSolver.h - Brute Force PBQP Solver -----------*- C++ --*-===//
+//===-- ExhaustiveSolver.h - Brute Force PBQP Solver ------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 0c7493b8957f22d7e06b156adb6a4f55fdb5b866..becd98afdb5be0435c65425c32ff55d5b5eec3c6 100644 (file)
@@ -1,4 +1,4 @@
-//===-- GraphBase.h - Abstract Base PBQP Graph -----------------*- C++ --*-===//
+//===-- GraphBase.h - Abstract Base PBQP Graph ------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 16708779e09ded02a73321c68f9c91891aab1228..f78a58a66cb242e70a199fba37fa214ede5a5b45 100644 (file)
@@ -1,4 +1,4 @@
-//===-- HeuristicSolver.h - Heuristic PBQP Solver --------------*- C++ --*-===//
+//===-- HeuristicSolver.h - Heuristic PBQP Solver ---------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 3ac9e707bab46a5cbad14133e7071f4f5dca36d9..1228f6533c3bec30308dfbc57bd8aa5b75f41471 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Briggs.h --- Briggs Heuristic for PBQP -----------------*- C++ --*-===//
+//===-- Briggs.h --- Briggs Heuristic for PBQP ------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 11f4b4b4e34c0d69ed51692ec8d322aa063f07f3..20737a298cf8d7c96a43a7bd98a0db492476a35f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- PBQPMath.h - PBQP Vector and Matrix classes ------------*- C++ --*-===//
+//===-- PBQPMath.h - PBQP Vector and Matrix classes -------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 1ca9caee3467fe254c3886b7477bd60f1dd8ed69..13e63ceb480007a7df88f676dbc041f85146e70c 100644 (file)
@@ -1,4 +1,4 @@
-//===-- SimpleGraph.h - Simple PBQP Graph ----------------------*- C++ --*-===//
+//===-- SimpleGraph.h - Simple PBQP Graph -----------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index c91e2fa560a08df36e3138b08bc04ff179494a60..aee684d33e1b50765d68debb2fb67bbf3711fcd1 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Solution.h ------- PBQP Solution -----------------------*- C++ --*-===//
+//===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index a9c5f837c453e963a4d189b8c407fba30b85dc13..a445de81bca36844874911aa0f1d6e4d4e4944b4 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Solver.h ------- PBQP solver interface -----------------*- C++ --*-===//
+//===-- Solver.h ------- PBQP solver interface ------------------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //