Trim unneeded includes.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 21 Jan 2010 21:44:43 +0000 (21:44 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 21 Jan 2010 21:44:43 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94105 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp

index 4868c9e29e15358766907ed9df5715cf4d59a77e..dc7d82d192d4dc03989f62bd40d1d7d497b939d7 100644 (file)
@@ -35,7 +35,6 @@
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/Target/TargetOptions.h"
 #include "llvm/Support/Compiler.h"
-#include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/MathExtras.h"
index 669d414cefa28f91c3df554c7bcf41d7610a3e68..9c50936056791eb9ee63a31b7764ef83053d6b63 100644 (file)
@@ -24,7 +24,6 @@
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/ADT/Statistic.h"
-#include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/MathExtras.h"
index 0c3c974c6cb7308d234d139fa734d012024e6f76..ad8630afff45cd975ed11ec3468095f2299f1490 100644 (file)
@@ -22,7 +22,6 @@
 #include "llvm/ADT/SmallSet.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/ADT/STLExtras.h"
-#include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;