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

Chris Lattner sabre at nondot.org
Wed Nov 15 09:51:30 PST 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

SelectionDAGISel.cpp updated: 1.317 -> 1.318
---
Log message:

remove dead #include


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

 SelectionDAGISel.cpp |    1 -
 1 files changed, 1 deletion(-)


Index: llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.317 llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.318
--- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1.317	Thu Nov  9 22:41:34 2006
+++ llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp	Wed Nov 15 11:51:15 2006
@@ -24,7 +24,6 @@
 #include "llvm/Instructions.h"
 #include "llvm/Intrinsics.h"
 #include "llvm/IntrinsicInst.h"
-#include "llvm/CodeGen/IntrinsicLowering.h"
 #include "llvm/CodeGen/MachineDebugInfo.h"
 #include "llvm/CodeGen/MachineFunction.h"
 #include "llvm/CodeGen/MachineFrameInfo.h"






More information about the llvm-commits mailing list