From 49e46ce8e2fbf7952d46aaee1955a0e00b15d175 Mon Sep 17 00:00:00 2001 From: Jonathan Roelofs Date: Mon, 10 Aug 2015 19:01:27 +0000 Subject: 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 --- llvm/test/Transforms/TailCallElim/basic.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms/TailCallElim/basic.ll') 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 -- cgit v1.2.3