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

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 8 14:45:06 PDT 2003


Changes in directory llvm/lib/Target/X86:

InstSelectSimple.cpp updated: 1.125 -> 1.126

---
Log message:

Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead



---
Diffs of the changes:

Index: llvm/lib/Target/X86/InstSelectSimple.cpp
diff -u llvm/lib/Target/X86/InstSelectSimple.cpp:1.125 llvm/lib/Target/X86/InstSelectSimple.cpp:1.126
--- llvm/lib/Target/X86/InstSelectSimple.cpp:1.125	Mon Sep  8 13:54:52 2003
+++ llvm/lib/Target/X86/InstSelectSimple.cpp	Mon Sep  8 14:44:21 2003
@@ -1044,7 +1044,6 @@
     addDirectMem(BuildMI(BB, X86::MOVrm32, 5), TmpReg2).addReg(TmpReg1);
     return;
 
-  case LLVMIntrinsic::unwind:     // llvm.unwind is not supported yet!
   case LLVMIntrinsic::longjmp:
   case LLVMIntrinsic::siglongjmp:
     BuildMI(BB, X86::CALLpcrel32, 1).addExternalSymbol("abort", true); 





More information about the llvm-commits mailing list