[llvm-commits] CVS: llvm/lib/Target/X86/InstSelectSimple.cpp
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 12 22:13:00 PST 2002
Changes in directory llvm/lib/Target/X86:
InstSelectSimple.cpp updated: 1.54 -> 1.55
---
Log message:
Remove extranous #include
---
Diffs of the changes:
Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.54 llvm/lib/Target/X86/InstSelectSimple.cpp:1.55
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.54 Thu Dec 12 09:33:39 2002
+++ llvm/lib/Target/X86/InstSelectSimple.cpp Thu Dec 12 22:12:24 2002
@@ -23,7 +23,6 @@
#include "llvm/Support/InstVisitor.h"
#include "llvm/Target/MRegisterInfo.h"
#include <map>
-#include <iostream>
using namespace MOTy; // Get Use, Def, UseAndDef
More information about the llvm-commits
mailing list