diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-05-29 23:26:13 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-05-29 23:26:13 +0000 |
commit | 84d404b0ed0977cb35e961070a76f6d194327965 (patch) | |
tree | 08cf94f0b6b0e0650b85a85c149bddabaa1f939d /lib | |
parent | 7916c92a2b00e70d5ae9cd6ad8f633d6a08d2af1 (diff) | |
download | external_llvm-84d404b0ed0977cb35e961070a76f6d194327965.zip external_llvm-84d404b0ed0977cb35e961070a76f6d194327965.tar.gz external_llvm-84d404b0ed0977cb35e961070a76f6d194327965.tar.bz2 |
Remove unused #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/SparcV9/InstrSelection/InstrForest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp index fd5056d2..d7409d8 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrForest.cpp +++ b/lib/Target/SparcV9/InstrSelection/InstrForest.cpp @@ -25,7 +25,6 @@ #include "llvm/iMemory.h" #include "llvm/Type.h" #include "llvm/CodeGen/InstrForest.h" -#include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineInstr.h" #include "Support/STLExtras.h" #include "Config/alloca.h" |