From 8e708d30a310011f3bcd999fdb34f23bcd268b7d Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 11 Apr 2013 12:41:41 +0000 Subject: Add missing colons to check lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179277 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Instrumentation/ThreadSanitizer/tsan_basic.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Instrumentation/ThreadSanitizer/tsan_basic.ll') diff --git a/test/Instrumentation/ThreadSanitizer/tsan_basic.ll b/test/Instrumentation/ThreadSanitizer/tsan_basic.ll index 0ecff40..19dd45b 100644 --- a/test/Instrumentation/ThreadSanitizer/tsan_basic.ll +++ b/test/Instrumentation/ThreadSanitizer/tsan_basic.ll @@ -49,7 +49,7 @@ define void @MemSetTest(i8* nocapture %x) { entry: tail call void @llvm.memset.p0i8.i64(i8* %x, i8 77, i64 16, i32 4, i1 false) ret void -; CHECK define void @MemSetTest +; CHECK: define void @MemSetTest ; CHECK: call i8* @memset ; CHECK: ret void } -- cgit v1.1