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:
Lang Hames 2010-01-06 08:53:34 +00:00
parent 7c422ac216
commit 421c0733fd
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
//===-- AnnotatedGraph.h - Annotated PBQP Graph ----------------*- C++ --*-===//
//===-- AnnotatedGraph.h - Annotated PBQP Graph -----------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- ExhaustiveSolver.h - Brute Force PBQP Solver -----------*- C++ --*-===//
//===-- ExhaustiveSolver.h - Brute Force PBQP Solver ------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- GraphBase.h - Abstract Base PBQP Graph -----------------*- C++ --*-===//
//===-- GraphBase.h - Abstract Base PBQP Graph ------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- HeuristicSolver.h - Heuristic PBQP Solver --------------*- C++ --*-===//
//===-- HeuristicSolver.h - Heuristic PBQP Solver ---------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- Briggs.h --- Briggs Heuristic for PBQP -----------------*- C++ --*-===//
//===-- Briggs.h --- Briggs Heuristic for PBQP ------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View 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
//

View File

@ -1,4 +1,4 @@
//===-- SimpleGraph.h - Simple PBQP Graph ----------------------*- C++ --*-===//
//===-- SimpleGraph.h - Simple PBQP Graph -----------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- Solution.h ------- PBQP Solution -----------------------*- C++ --*-===//
//===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//

View File

@ -1,4 +1,4 @@
//===-- Solver.h ------- PBQP solver interface -----------------*- C++ --*-===//
//===-- Solver.h ------- PBQP solver interface ------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//