diff options
Diffstat (limited to 'test/Transforms/ConstProp/2007-02-05-BitCast.ll')
-rw-r--r-- | test/Transforms/ConstProp/2007-02-05-BitCast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2007-02-05-BitCast.ll b/test/Transforms/ConstProp/2007-02-05-BitCast.ll index 9211aeb..cb69564 100644 --- a/test/Transforms/ConstProp/2007-02-05-BitCast.ll +++ b/test/Transforms/ConstProp/2007-02-05-BitCast.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -constprop | llvm-dis | grep 1065353216 +; RUN: opt %s -constprop -S | grep 1065353216 define i32 @test() { %A = bitcast float 1.000000e+00 to i32 ; <i32> [#uses=1] |