diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/constant-fold-ptr-casts.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/constant-fold-ptr-casts.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/constant-fold-ptr-casts.ll b/llvm/test/Transforms/InstCombine/constant-fold-ptr-casts.ll index 906099b5471..8550d656378 100644 --- a/llvm/test/Transforms/InstCombine/constant-fold-ptr-casts.ll +++ b/llvm/test/Transforms/InstCombine/constant-fold-ptr-casts.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine | llvm-dis | grep {ret i32 2143034560} +; RUN: opt %s -instcombine -S | grep {ret i32 2143034560} ; Instcombine should be able to completely fold this code. |