1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Fixed malformed -*- lines in PBQP headers.

llvm-svn: 92830
This commit is contained in:
Lang Hames 2010-01-06 08:53:34 +00:00
parent 4ef1119d94
commit 3e8519b563
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 // 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 // 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 // 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 // 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 // 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 // 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 // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- Solution.h ------- PBQP Solution -----------------------*- C++ --*-===// //===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // 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 // The LLVM Compiler Infrastructure
// //