aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/InstrSched/SchedGraph.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-02 22:05:13 +0000
committerChris Lattner <sabre@nondot.org>2003-06-02 22:05:13 +0000
commit747a04455072a1dac9e333f1dd10abc16687d5ff (patch)
tree50cffe9147665f60a9c64f895a1f31499b512888 /lib/CodeGen/InstrSched/SchedGraph.h
parente085a9d27928919fc0d23c1ad8c610fd231d26a9 (diff)
Add #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSched/SchedGraph.h')
-rw-r--r--lib/CodeGen/InstrSched/SchedGraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/InstrSched/SchedGraph.h b/lib/CodeGen/InstrSched/SchedGraph.h
index 51f9db5d00..37c22be2b0 100644
--- a/lib/CodeGen/InstrSched/SchedGraph.h
+++ b/lib/CodeGen/InstrSched/SchedGraph.h
@@ -17,6 +17,7 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "Support/HashExtras.h"
#include "Support/GraphTraits.h"
+#include "Support/NonCopyable.h"
class Value;
class Instruction;