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 | 90ecb9283845a7c3a9bd034208c03fc29f37591a (patch) | |
tree | a368bf8f904d9ba0897e6c48b75c3a3e6f5fe684 /llvm/lib/CodeGen/MachineCodeForInstruction.cpp | |
parent | f2bb31c5fd3aac2ab829717ee8c2eed8aac01fe4 (diff) | |
download | bcm5719-llvm-90ecb9283845a7c3a9bd034208c03fc29f37591a.tar.gz bcm5719-llvm-90ecb9283845a7c3a9bd034208c03fc29f37591a.zip |
Urg, forgot to check this in.
llvm-svn: 12007
Diffstat (limited to 'llvm/lib/CodeGen/MachineCodeForInstruction.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineCodeForInstruction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp b/llvm/lib/CodeGen/MachineCodeForInstruction.cpp index 75ee28878ec..da9819c552d 100644 --- a/llvm/lib/CodeGen/MachineCodeForInstruction.cpp +++ b/llvm/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; |