summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/TailCallElim/setjmp.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/TailCallElim/setjmp.ll b/test/Transforms/TailCallElim/setjmp.ll
index ae06927a3d..4ce6ac7965 100644
--- a/test/Transforms/TailCallElim/setjmp.ll
+++ b/test/Transforms/TailCallElim/setjmp.ll
@@ -1,5 +1,4 @@
; RUN: opt < %s -tailcallelim -S | FileCheck %s
-; XFAIL: *
; Test that we don't tail call in a functions that calls returns_twice
; functions.