summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/rem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/rem.ll')
-rw-r--r--test/CodeGen/X86/rem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/rem.ll b/test/CodeGen/X86/rem.ll
index bba1f9b96bb..394070ecdf2 100644
--- a/test/CodeGen/X86/rem.ll
+++ b/test/CodeGen/X86/rem.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep div
+; RUN: llc < %s -march=x86 | not grep div
define i32 @test1(i32 %X) {
%tmp1 = srem i32 %X, 255 ; <i32> [#uses=1]