diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/union-fp-int.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/union-fp-int.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/ScalarRepl/union-fp-int.ll b/test/Transforms/ScalarRepl/union-fp-int.ll index 7c3821c..e77c3ac 100644 --- a/test/Transforms/ScalarRepl/union-fp-int.ll +++ b/test/Transforms/ScalarRepl/union-fp-int.ll @@ -1,6 +1,6 @@ -; RUN: opt %s -scalarrepl | llvm-dis | \ +; RUN: opt %s -scalarrepl -S | \ ; RUN: not grep alloca -; RUN: opt %s -scalarrepl | llvm-dis | \ +; RUN: opt %s -scalarrepl -S | \ ; RUN: grep {bitcast.*float.*i32} define i32 @test(float %X) { |