[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll

Chris Lattner sabre at nondot.org
Fri Apr 27 10:12:41 PDT 2007



Changes in directory llvm/test/CodeGen/Generic:

2007-04-14-EHSelectorCrash.ll updated: 1.1 -> 1.2
---
Log message:

make this testcase harder, to cover PR1326: http://llvm.org/PR1326 


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

 2007-04-14-EHSelectorCrash.ll |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll
diff -u llvm/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll:1.1 llvm/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll:1.2
--- llvm/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll:1.1	Fri Apr 27 01:56:53 2007
+++ llvm/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll	Fri Apr 27 12:12:23 2007
@@ -1,6 +1,8 @@
 ; RUN: llvm-as < %s | llc -enable-eh
+; RUN: llvm-as < %s | llc -enable-eh -march=x86-64 
+
+; PR1326
 
-; ModuleID = '2007-04-14-EHSelectorCrash.bc'
 @__gnat_others_value = external constant i32		; <i32*> [#uses=1]
 
 define void @_ada_eh() {






More information about the llvm-commits mailing list