Added legal stuff, fixed some formatting issues. Removed the graph generator stuff...
[oota-llvm.git] / lib / CodeGen / PBQP / Solution.h
index 316c9de5bd1bee6022238ac65f98b7c628c9f409..c91e2fa560a08df36e3138b08bc04ff179494a60 100644 (file)
@@ -1,3 +1,17 @@
+//===-- Solution.h ------- PBQP Solution -----------------------*- C++ --*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// Annotated PBQP Graph class. This class is used internally by the PBQP solver
+// to cache information to speed up reduction.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef LLVM_CODEGEN_PBQP_SOLUTION_H
 #define LLVM_CODEGEN_PBQP_SOLUTION_H