aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2007-04-03-PEIBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2007-04-03-PEIBug.ll')
-rw-r--r--test/CodeGen/ARM/2007-04-03-PEIBug.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2007-04-03-PEIBug.ll b/test/CodeGen/ARM/2007-04-03-PEIBug.ll
index 8d3337c..cf5094f 100644
--- a/test/CodeGen/ARM/2007-04-03-PEIBug.ll
+++ b/test/CodeGen/ARM/2007-04-03-PEIBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | not grep "add.*#0"
+; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
define i32 @foo() {
entry:
@@ -10,3 +10,6 @@ entry:
}
declare i32 @bar(...)
+
+; CHECK-NOT: add{{.*}}#0
+