diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-11-07 07:42:38 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-11-07 07:42:38 +0000 |
commit | 9b669b3c4fa3222888935ab6d88ab3174b4c95b8 (patch) | |
tree | 83c51f0be812e93625db7acc936a791c60f23c15 /llvm/test | |
parent | f5dc6fa252cea10cae0495fdf4357f752bf039e1 (diff) | |
download | bcm5719-llvm-9b669b3c4fa3222888935ab6d88ab3174b4c95b8.tar.gz bcm5719-llvm-9b669b3c4fa3222888935ab6d88ab3174b4c95b8.zip |
Oops, FunctionContainsEscapingAllocas is really used to mean two different
things. Back out part of r86349 for a moment.
llvm-svn: 86353
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Transforms/TailCallElim/nocapture.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/TailCallElim/nocapture.ll b/llvm/test/Transforms/TailCallElim/nocapture.ll index 92dc374a93c..87cb9dd427b 100644 --- a/llvm/test/Transforms/TailCallElim/nocapture.ll +++ b/llvm/test/Transforms/TailCallElim/nocapture.ll @@ -1,4 +1,5 @@ ; RUN: opt %s -tailcallelim -S | FileCheck %s +; XFAIL: * declare void @use(i8* nocapture, i8* nocapture) |