diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-04-11 12:41:41 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-04-11 12:41:41 +0000 |
commit | 8e708d30a310011f3bcd999fdb34f23bcd268b7d (patch) | |
tree | 11ed31c0eeb23348842d5c2c44ef7d66f271ee8a /test/Instrumentation/ThreadSanitizer/tsan_basic.ll | |
parent | 8f6f47ec75da4298067e6abdce0b4f1e68155bc2 (diff) | |
download | external_llvm-8e708d30a310011f3bcd999fdb34f23bcd268b7d.zip external_llvm-8e708d30a310011f3bcd999fdb34f23bcd268b7d.tar.gz external_llvm-8e708d30a310011f3bcd999fdb34f23bcd268b7d.tar.bz2 |
Add missing colons to check lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179277 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Instrumentation/ThreadSanitizer/tsan_basic.ll')
-rw-r--r-- | test/Instrumentation/ThreadSanitizer/tsan_basic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |