summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/constant-fold-ptr-casts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/constant-fold-ptr-casts.ll')
-rw-r--r--test/Transforms/InstCombine/constant-fold-ptr-casts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/constant-fold-ptr-casts.ll b/test/Transforms/InstCombine/constant-fold-ptr-casts.ll
index 27c4606..9b6c6c3 100644
--- a/test/Transforms/InstCombine/constant-fold-ptr-casts.ll
+++ b/test/Transforms/InstCombine/constant-fold-ptr-casts.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -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.
OpenPOWER on IntegriCloud