diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-29 21:03:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-29 21:03:08 +0000 |
commit | e8d43fdced3432405ae8cbacc4b1ff2b7bc49e14 (patch) | |
tree | f64281a7440cdf849f3e75aaa074122060b9aadf /lib/CodeGen/MachineCodeForInstruction.cpp | |
parent | 61f57fae7ae357e818b30974455b6dbbf058b632 (diff) |
Urg, forgot to check this in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineCodeForInstruction.cpp')
-rw-r--r-- | lib/CodeGen/MachineCodeForInstruction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/MachineCodeForInstruction.cpp b/lib/CodeGen/MachineCodeForInstruction.cpp index 75ee28878e..da9819c552 100644 --- a/lib/CodeGen/MachineCodeForInstruction.cpp +++ b/lib/CodeGen/MachineCodeForInstruction.cpp @@ -24,7 +24,6 @@ #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineInstr.h" -#include "llvm/CodeGen/MachineInstrAnnot.h" #include "llvm/Instruction.h" using namespace llvm; |