aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PBQP/SimpleGraph.h
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2009-08-07 00:25:12 +0000
committerLang Hames <lhames@gmail.com>2009-08-07 00:25:12 +0000
commitcaaf120a676f493b1535c9facd188539bfad3f80 (patch)
tree1db1fad657fa6274b12f13c51ca3ee03e6bb3e91 /lib/CodeGen/PBQP/SimpleGraph.h
parent4a20e518c7a7371d6ff15c3386ffdfe10e1d74ac (diff)
Added legal stuff, fixed some formatting issues. Removed the graph generator stuff as it was only meant for debugging the solver.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78359 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PBQP/SimpleGraph.h')
-rw-r--r--lib/CodeGen/PBQP/SimpleGraph.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/CodeGen/PBQP/SimpleGraph.h b/lib/CodeGen/PBQP/SimpleGraph.h
index 595269c327..1ca9caee34 100644
--- a/lib/CodeGen/PBQP/SimpleGraph.h
+++ b/lib/CodeGen/PBQP/SimpleGraph.h
@@ -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