diff options
author | Lang Hames <lhames@gmail.com> | 2009-08-07 00:25:12 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2009-08-07 00:25:12 +0000 |
commit | 8f0d67536e5faf0375fdc37382bdcd64ee4c0778 (patch) | |
tree | 445009501ef48862e21a5a5ddce7a302cba86140 /llvm/lib/CodeGen/PBQP/AnnotatedGraph.h | |
parent | 3a127ce1d8ea6d8ba2d4bc6a7c022479e746c3fc (diff) | |
download | bcm5719-llvm-8f0d67536e5faf0375fdc37382bdcd64ee4c0778.tar.gz bcm5719-llvm-8f0d67536e5faf0375fdc37382bdcd64ee4c0778.zip |
Added legal stuff, fixed some formatting issues. Removed the graph generator stuff as it was only meant for debugging the solver.
llvm-svn: 78359
Diffstat (limited to 'llvm/lib/CodeGen/PBQP/AnnotatedGraph.h')
-rw-r--r-- | llvm/lib/CodeGen/PBQP/AnnotatedGraph.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/PBQP/AnnotatedGraph.h b/llvm/lib/CodeGen/PBQP/AnnotatedGraph.h index 801b01e3337..904061ca4fb 100644 --- a/llvm/lib/CodeGen/PBQP/AnnotatedGraph.h +++ b/llvm/lib/CodeGen/PBQP/AnnotatedGraph.h @@ -1,3 +1,17 @@ +//===-- AnnotatedGraph.h - Annotated PBQP Graph ----------------*- 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_ANNOTATEDGRAPH_H #define LLVM_CODEGEN_PBQP_ANNOTATEDGRAPH_H |