summaryrefslogtreecommitdiff
path: root/include/llvm/Instruction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-14 16:56:32 +0000
committerChris Lattner <sabre@nondot.org>2001-09-14 16:56:32 +0000
commit46cbff625eb9593cf9ddac415c39311a54aa27fa (patch)
treefce30542e012b16622bbb07c396c9c6c9d3cd5b3 /include/llvm/Instruction.h
parent78a81a24e148ec0e24b9c3253af0126f7b1f0c8b (diff)
downloadllvm-46cbff625eb9593cf9ddac415c39311a54aa27fa.tar.gz
llvm-46cbff625eb9593cf9ddac415c39311a54aa27fa.tar.bz2
llvm-46cbff625eb9593cf9ddac415c39311a54aa27fa.tar.xz
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Value to a vector instead of a list. Move SchedGraph.h & SchedPriorities.h into lib/CodeGen/InstrScheduling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Instruction.h')
-rw-r--r--include/llvm/Instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h
index 2bb590bc5e..3bbb8e7031 100644
--- a/include/llvm/Instruction.h
+++ b/include/llvm/Instruction.h
@@ -13,7 +13,7 @@
class Type;
class BasicBlock;
class Method;
-class MachineInstr; // do not include header file MachineInstr.h
+class MachineInstr;
class MachineCodeForVMInstr;
class Instruction : public User {