aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Generic
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-17 17:26:19 +0000
committerChris Lattner <sabre@nondot.org>2008-10-17 17:26:19 +0000
commit42a3adc34632db1b87ac02a5605c0f1fa74d799d (patch)
tree715964c453459baed68d4650803ee246500f7cff /test/CodeGen/Generic
parent4b299d4ebdf57c56ca336d9aca6f2ad7d8175995 (diff)
downloadexternal_llvm-42a3adc34632db1b87ac02a5605c0f1fa74d799d.zip
external_llvm-42a3adc34632db1b87ac02a5605c0f1fa74d799d.tar.gz
external_llvm-42a3adc34632db1b87ac02a5605c0f1fa74d799d.tar.bz2
remove this test: it is xfailed anyway, and is failing for a reason
other than why it was xfailed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57694 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll b/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll
deleted file mode 100644
index be039bf..0000000
--- a/test/CodeGen/Generic/2007-04-14-EHSelectorCrash.ll
+++ /dev/null
@@ -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
-
-@__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(...)