Remove unneeded include.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 30 Jun 2008 20:38:22 +0000 (20:38 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 30 Jun 2008 20:38:22 +0000 (20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52920 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/TwoAddressInstructionPass.cpp

index 54adc96e4b1af3405d51d8a82e10056f2445350a..59ad13781cefa2e0093092122aef194894fb8866 100644 (file)
@@ -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"