diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-09 20:08:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-09 20:08:03 +0000 |
commit | 02e7a86fec281d636a7f1fee7ad92c4c58797509 (patch) | |
tree | 7b985f534441ba03d9b6fc2e4a99cb83c1bd19dc /llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp | |
parent | 3c3457ccea90899c3956f7e53d78ca0d1847fa8b (diff) | |
download | bcm5719-llvm-02e7a86fec281d636a7f1fee7ad92c4c58797509.tar.gz bcm5719-llvm-02e7a86fec281d636a7f1fee7ad92c4c58797509.zip |
* Removed extraneous #includes
* Fixed file headers to be consistent with the rest of LLVM
* Other minor fixes
llvm-svn: 3277
Diffstat (limited to 'llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp')
-rw-r--r-- | llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp b/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp index 3eae49ce1c5..97360c3dd08 100644 --- a/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp +++ b/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp @@ -13,7 +13,6 @@ #include "llvm/Analysis/LiveVar/FunctionLiveVarInfo.h" // FIXME: Remove when modularized better #include "llvm/Target/TargetMachine.h" #include "llvm/BasicBlock.h" -#include "llvm/Instruction.h" #include "Support/CommandLine.h" #include <algorithm> using std::cerr; |