[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp

Evan Cheng evan.cheng at apple.com
Sun Jan 22 23:21:13 PST 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

ScheduleDAGSimple.cpp updated: 1.2 -> 1.3
---
Log message:

Remove a couple of unnecessary #include's


---
Diffs of the changes:  (+0 -2)

 ScheduleDAGSimple.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.2 llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.3
--- llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.2	Mon Jan 23 01:01:07 2006
+++ llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp	Mon Jan 23 01:21:01 2006
@@ -18,9 +18,7 @@
 #include "llvm/CodeGen/SelectionDAG.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetInstrInfo.h"
-#include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
-#include <iostream>
 using namespace llvm;
 
 namespace {






More information about the llvm-commits mailing list