From 3c5e60994f53eef2808a33b5ca6c3dffc2168054 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 17 Oct 2011 18:43:40 +0000 Subject: Correct over-zealous removal of hack. Some code want to check that *any* call within a function has the 'returns twice' attribute, not just that the current function has one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142221 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/TailCallElim/setjmp.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Transforms') 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. -- cgit v1.2.3