aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/IntPtrCast.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/IntPtrCast.ll')
-rw-r--r--test/Transforms/InstCombine/IntPtrCast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/IntPtrCast.ll b/test/Transforms/InstCombine/IntPtrCast.ll
index e24d199f8c..be050fccd4 100644
--- a/test/Transforms/InstCombine/IntPtrCast.ll
+++ b/test/Transforms/InstCombine/IntPtrCast.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | notcast
+; RUN: opt %s -instcombine | llvm-dis | notcast
target datalayout = "e-p:32:32"
define i32* @test(i32* %P) {