diff options
Diffstat (limited to 'lib/CodeGen/PBQP/GraphBase.h')
-rw-r--r-- | lib/CodeGen/PBQP/GraphBase.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/CodeGen/PBQP/GraphBase.h b/lib/CodeGen/PBQP/GraphBase.h index bda5952e22..f04a1639f6 100644 --- a/lib/CodeGen/PBQP/GraphBase.h +++ b/lib/CodeGen/PBQP/GraphBase.h @@ -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 |