Added legal stuff, fixed some formatting issues. Removed the graph generator stuff...
[oota-llvm.git] / lib / CodeGen / PBQP / GraphBase.h
index bda5952e22a90b88d6ae474c4fca70ed05451d17..f04a1639f64c23a3bcccaa25917e376591f8d9cb 100644 (file)
@@ -1,3 +1,17 @@
+//===-- GraphBase.h - Abstract Base PBQP Graph -----------------*- C++ --*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// Base class for PBQP Graphs.
+//
+//===----------------------------------------------------------------------===//
+
+
 #ifndef LLVM_CODEGEN_PBQP_GRAPHBASE_H
 #define LLVM_CODEGEN_PBQP_GRAPHBASE_H