[llvm-commits] CVS: llvm/lib/Target/X86/InstSelectSimple.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat May 1 16:29:01 PDT 2004
Changes in directory llvm/lib/Target/X86:
InstSelectSimple.cpp updated: 1.241 -> 1.242
---
Log message:
Remove unused #include
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.241 llvm/lib/Target/X86/InstSelectSimple.cpp:1.242
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.241 Tue Apr 27 23:45:55 2004
+++ llvm/lib/Target/X86/InstSelectSimple.cpp Sat May 1 16:29:16 2004
@@ -28,7 +28,6 @@
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/InstVisitor.h"
-#include "llvm/Support/CFG.h"
#include "Support/Statistic.h"
using namespace llvm;
More information about the llvm-commits
mailing list