summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll b/llvm/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll
index 41ab1d145fb..551a2bb6b99 100644
--- a/llvm/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll
+++ b/llvm/test/Transforms/SimplifyLibCalls/2009-02-11-NotInitialized.ll
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | opt -std-compile-opts | llvm-dis | grep nocapture | count 2
+; RUN: llvm-as < %s | opt -inline -simplify-libcalls -functionattrs | \
+; RUN: llvm-dis | grep nocapture | count 2
; Check that nocapture attributes are added when run after an SCC pass.
; PR3520
-; XFAIL: *
define i32 @use(i8* %x) nounwind readonly {
entry:
OpenPOWER on IntegriCloud