[llvm-commits] [llvm] r57694 - /llvm/trunk/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll

Chris Lattner sabre at nondot.org
Fri Oct 17 10:26:19 PDT 2008


Author: lattner
Date: Fri Oct 17 12:26:19 2008
New Revision: 57694

URL: http://llvm.org/viewvc/llvm-project?rev=57694&view=rev
Log:
remove this test: it is xfailed anyway, and is failing for a reason
other than why it was xfailed.

Removed:
    llvm/trunk/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll

Removed: llvm/trunk/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll?rev=57693&view=auto

==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll (removed)
@@ -1,18 +0,0 @@
-; RUN: llvm-as < %s | llc -enable-eh
-; RUN: llvm-as < %s | llc -enable-eh -march=x86-64 
-; XFAIL: *
-; Un-XFAIL this when PR1508 is fixed.
-
-; PR1326
-
- at __gnat_others_value = external constant i32		; <i32*> [#uses=1]
-
-define void @_ada_eh() {
-entry:
-	%eh_select = tail call i32 (i8*, i8*, ...)* @llvm.eh.selector( i8* null, i8* bitcast (i32 (...)* @__gnat_eh_personality to i8*), i32* @__gnat_others_value )		; <i32> [#uses=0]
-	ret void
-}
-
-declare i32 @llvm.eh.selector(i8*, i8*, ...)
-
-declare i32 @__gnat_eh_personality(...)





More information about the llvm-commits mailing list