diff options
author | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-08-10 19:01:27 +0000 |
---|---|---|
committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-08-10 19:01:27 +0000 |
commit | 49e46ce8e2fbf7952d46aaee1955a0e00b15d175 (patch) | |
tree | 8612d68e097c120d240686eb052990deac86848c /llvm/test/Transforms/TailCallElim/basic.ll | |
parent | fc2b6fa31c11989e4a9ec41d785d9f92e5766d93 (diff) | |
download | bcm5719-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/Transforms/TailCallElim/basic.ll')
-rw-r--r-- | llvm/test/Transforms/TailCallElim/basic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/TailCallElim/basic.ll b/llvm/test/Transforms/TailCallElim/basic.ll index 2488b552d8f..fe8bbe9ad03 100644 --- a/llvm/test/Transforms/TailCallElim/basic.ll +++ b/llvm/test/Transforms/TailCallElim/basic.ll @@ -156,7 +156,7 @@ define void @test9(i32* byval %a) { declare void @ctor(%struct.X*) define void @test10(%struct.X* noalias sret %agg.result, i1 zeroext %b) { -; CHECK-LABEL @test10 +; CHECK-LABEL: @test10 entry: %x = alloca %struct.X, align 8 br i1 %b, label %if.then, label %if.end |