[llvm-commits] CVS: llvm/lib/Target/X86/InstSelectSimple.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 18 11:02:02 PST 2004


Changes in directory llvm/lib/Target/X86:

InstSelectSimple.cpp updated: 1.195 -> 1.196

---
Log message:

Malloc doesn't kill a load.  This patch need not go into 1.2 though.


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

Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.195 llvm/lib/Target/X86/InstSelectSimple.cpp:1.196
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.195	Thu Mar 18 00:29:54 2004
+++ llvm/lib/Target/X86/InstSelectSimple.cpp	Thu Mar 18 11:01:26 2004
@@ -1422,7 +1422,6 @@
   // really use alias analysis here, but for now we just do something simple.
   for (++It; It != BasicBlock::iterator(&User); ++It) {
     switch (It->getOpcode()) {
-    case Instruction::Malloc:
     case Instruction::Free:
     case Instruction::Store:
     case Instruction::Call:





More information about the llvm-commits mailing list