Added legal stuff, fixed some formatting issues. Removed the graph generator stuff...
[oota-llvm.git] / lib / CodeGen / PBQP / SimpleGraph.h
index 595269c327e570fc6d8b5e765a7b8b193c103488..1ca9caee3467fe254c3886b7477bd60f1dd8ed69 100644 (file)
@@ -1,3 +1,17 @@
+//===-- SimpleGraph.h - Simple PBQP Graph ----------------------*- C++ --*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// Simple PBQP graph class representing a PBQP problem. Graphs of this type
+// can be passed to a PBQPSolver instance to solve the PBQP problem.
+//
+//===----------------------------------------------------------------------===//
+
 #ifndef LLVM_CODEGEN_PBQP_SIMPLEGRAPH_H
 #define LLVM_CODEGEN_PBQP_SIMPLEGRAPH_H