summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA
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/Analysis/BasicAA
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/Analysis/BasicAA')
-rw-r--r--llvm/test/Analysis/BasicAA/noalias-bugs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/BasicAA/noalias-bugs.ll b/llvm/test/Analysis/BasicAA/noalias-bugs.ll
index acb230c45de..71b3c443f54 100644
--- a/llvm/test/Analysis/BasicAA/noalias-bugs.ll
+++ b/llvm/test/Analysis/BasicAA/noalias-bugs.ll
@@ -24,7 +24,7 @@ define i64 @testcase(%nested * noalias %p1, %nested * noalias %p2,
; CHECK: store i64 2
; CHECK: load
-; CHECK; store i64 1
+; CHECK: store i64 1
store i64 2, i64* %ptr.64, align 8
%r = load i64, i64* %either_ptr.64, align 8
OpenPOWER on IntegriCloud