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
commitfdb99838a30eba6ee4e7ae8c8077b4f8d62cf560 (patch)
treecdac998db359ed29595afa02b3a484192786e307 /lib/CodeGen/TwoAddressInstructionPass.cpp
parent9665c2ae79ce7163d86e70ec2cc4eba818b80b06 (diff)
downloadexternal_llvm-fdb99838a30eba6ee4e7ae8c8077b4f8d62cf560.zip
external_llvm-fdb99838a30eba6ee4e7ae8c8077b4f8d62cf560.tar.gz
external_llvm-fdb99838a30eba6ee4e7ae8c8077b4f8d62cf560.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"