diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-06-30 20:38:22 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-06-30 20:38:22 +0000 |
commit | 66bf3bac4890e8cd5364cb2055051f939acd3720 (patch) | |
tree | cdac998db359ed29595afa02b3a484192786e307 /lib/CodeGen/TwoAddressInstructionPass.cpp | |
parent | cc1bfcc984c36fe6ae61706b9ad309bb14b76c31 (diff) | |
download | external_llvm-66bf3bac4890e8cd5364cb2055051f939acd3720.zip external_llvm-66bf3bac4890e8cd5364cb2055051f939acd3720.tar.gz external_llvm-66bf3bac4890e8cd5364cb2055051f939acd3720.tar.bz2 |
Remove unneeded include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TwoAddressInstructionPass.cpp')
-rw-r--r-- | lib/CodeGen/TwoAddressInstructionPass.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/TwoAddressInstructionPass.cpp b/lib/CodeGen/TwoAddressInstructionPass.cpp index 54adc96..59ad137 100644 --- a/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/lib/CodeGen/TwoAddressInstructionPass.cpp @@ -37,7 +37,6 @@ #include "llvm/Target/TargetRegisterInfo.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Support/CommandLine.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Debug.h" #include "llvm/ADT/BitVector.h" |