summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll')
-rw-r--r--test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll b/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll
index 52e025900..e9fa552 100644
--- a/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll
+++ b/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=c | grep {llvm_cbe_t.*&1}
+; RUN: llc < %s -march=c | grep {llvm_cbe_t.*&1}
define i32 @test(i32 %r) {
%s = icmp eq i32 %r, 0
%t = add i1 %s, %s
OpenPOWER on IntegriCloud