summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fold-stack-adjust.ll
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2015-08-10 19:01:27 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2015-08-10 19:01:27 +0000
commit49e46ce8e2fbf7952d46aaee1955a0e00b15d175 (patch)
tree8612d68e097c120d240686eb052990deac86848c /llvm/test/CodeGen/ARM/fold-stack-adjust.ll
parentfc2b6fa31c11989e4a9ec41d785d9f92e5766d93 (diff)
downloadbcm5719-llvm-49e46ce8e2fbf7952d46aaee1955a0e00b15d175.tar.gz
bcm5719-llvm-49e46ce8e2fbf7952d46aaee1955a0e00b15d175.zip
Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI
I looked into adding a warning / error for this to FileCheck, but there doesn't seem to be a good way to avoid it triggering on the instances of it in RUN lines. llvm-svn: 244481
Diffstat (limited to 'llvm/test/CodeGen/ARM/fold-stack-adjust.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fold-stack-adjust.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fold-stack-adjust.ll b/llvm/test/CodeGen/ARM/fold-stack-adjust.ll
index 99174213562..614966d4024 100644
--- a/llvm/test/CodeGen/ARM/fold-stack-adjust.ll
+++ b/llvm/test/CodeGen/ARM/fold-stack-adjust.ll
@@ -62,7 +62,7 @@ define void @check_vfp_fold() minsize {
; ...
; CHECK-NOT: add sp,
; CHECK: vpop {d6, d7, d8, d9}
-; CHECKL pop {r[[GLOBREG]], pc}
+; CHECK: pop {r[[GLOBREG]], pc}
; iOS uses aligned NEON stores here, which is convenient since we
; want to make sure that works too.
OpenPOWER on IntegriCloud