Oops, FunctionContainsEscapingAllocas is really used to mean two different
[oota-llvm.git] / test / Transforms / TailCallElim / nocapture.ll
index 92dc374a93c1c54d72686e3f5f55972bce31dcee..87cb9dd427b47187f2933a8a159c967f82b5dd77 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: opt %s -tailcallelim -S | FileCheck %s
+; XFAIL: *
 
 declare void @use(i8* nocapture, i8* nocapture)