aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ldr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ldr.ll')
-rw-r--r--test/CodeGen/ARM/ldr.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/ldr.ll b/test/CodeGen/ARM/ldr.ll
index 9decc6f..379dfbb 100644
--- a/test/CodeGen/ARM/ldr.ll
+++ b/test/CodeGen/ARM/ldr.ll
@@ -1,6 +1,5 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "ldr r0" | wc -l | grep 3 &&
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "ldr r0.*#4092" | wc -l | grep 1
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep "ldr r0" | wc -l | grep 3
int %f1(int* %v) {
entry: