When checking msan.module_ctor, use CHECK-LABEL instead of CHECK
authorIsmail Pazarbasi <ismail.pazarbasi@gmail.com>
Thu, 7 May 2015 21:47:25 +0000 (21:47 +0000)
committerIsmail Pazarbasi <ismail.pazarbasi@gmail.com>
Thu, 7 May 2015 21:47:25 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236781 91177308-0d34-0410-b5e6-96231b3b80d8

test/Instrumentation/MemorySanitizer/msan_basic.ll

index 8186e47cfac4611e0ca28cee4a0922294e79b4ad..8b8e29709599428e1da8b34344ad04c22c7fbac4 100644 (file)
@@ -878,5 +878,5 @@ define void @MismatchedReturnTypeTailCall(i32 %a) sanitize_memory {
 ; CHECK: tail call i32 @InnerTailCall
 ; CHECK: ret void
 
-; CHECK: define internal void @msan.module_ctor
+; CHECK-LABEL: define internal void @msan.module_ctor
 ; CHECK: call void @__msan_init()