aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2008-02-13-MulURem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/2008-02-13-MulURem.ll')
-rw-r--r--test/Transforms/InstCombine/2008-02-13-MulURem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-02-13-MulURem.ll b/test/Transforms/InstCombine/2008-02-13-MulURem.ll
index 6697383..e129c08 100644
--- a/test/Transforms/InstCombine/2008-02-13-MulURem.ll
+++ b/test/Transforms/InstCombine/2008-02-13-MulURem.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep rem
+; RUN: opt %s -instcombine | llvm-dis | grep rem
; PR1933
define i32 @fold(i32 %a) {