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

John Criswell criswell at cs.uiuc.edu
Thu Mar 18 10:43:11 PST 2004


Changes in directory llvm/lib/Target/X86:

InstSelectSimple.cpp updated: 1.194 -> 1.194.2.1

---
Log message:

Updated code from trunk.



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

Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.194 llvm/lib/Target/X86/InstSelectSimple.cpp:1.194.2.1
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.194	Fri Mar 12 18:24:52 2004
+++ llvm/lib/Target/X86/InstSelectSimple.cpp	Thu Mar 18 10:41:41 2004
@@ -1422,6 +1422,8 @@
   // 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:
     case Instruction::Invoke:





More information about the llvm-commits mailing list