diff options
Diffstat (limited to 'llvm/test/Transforms/Inline/externally_available.ll')
-rw-r--r-- | llvm/test/Transforms/Inline/externally_available.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/externally_available.ll b/llvm/test/Transforms/Inline/externally_available.ll index cc51f00c24b..c975131d6eb 100644 --- a/llvm/test/Transforms/Inline/externally_available.ll +++ b/llvm/test/Transforms/Inline/externally_available.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -inline -constprop | llvm-dis > %t +; RUN: opt %s -inline -constprop -S > %t ; RUN: not grep test_function %t ; RUN: grep {ret i32 5} %t |