aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll')
-rw-r--r--test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll b/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
index a604c5c..95aa595 100644
--- a/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
+++ b/test/CodeGen/ARM/2008-03-05-SxtInRegBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+v6 | not grep 255
+; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o - | FileCheck %s
define i32 @main(i32 %argc, i8** %argv) {
entry:
@@ -12,3 +12,6 @@ bb2: ; preds = %bb1
bb3: ; preds = %bb1
ret i32 0
}
+
+; CHECK-NOT: 255
+