forked from OSchip/llvm-project
Fixed malformed -*- lines in PBQP headers.
llvm-svn: 92830
This commit is contained in:
parent
78376ad7e1
commit
68dd9c7dd7
|
@ -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