summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/change-compare-stride-0.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/change-compare-stride-0.ll')
-rw-r--r--test/CodeGen/X86/change-compare-stride-0.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/change-compare-stride-0.ll b/test/CodeGen/X86/change-compare-stride-0.ll
index 87194d6..d520a6f 100644
--- a/test/CodeGen/X86/change-compare-stride-0.ll
+++ b/test/CodeGen/X86/change-compare-stride-0.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 > %t
-; RUN: grep {cmpl \$4294966818,} %t
+; RUN: llc < %s -march=x86 > %t
+; RUN: grep {cmpl \$-478,} %t
; RUN: not grep inc %t
; RUN: not grep {leal 1(} %t
; RUN: not grep {leal -1(} %t
OpenPOWER on IntegriCloud