aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TwoAddressInstructionPass.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-06-30 20:38:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-06-30 20:38:22 +0000
commit66bf3bac4890e8cd5364cb2055051f939acd3720 (patch)
treecdac998db359ed29595afa02b3a484192786e307 /lib/CodeGen/TwoAddressInstructionPass.cpp
parentcc1bfcc984c36fe6ae61706b9ad309bb14b76c31 (diff)
downloadexternal_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.cpp1
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"