[llvm] r229951 - [sanitizer] fix a test broken by r229940

Kostya Serebryany kcc at google.com
Thu Feb 19 18:12:25 PST 2015


Author: kcc
Date: Thu Feb 19 20:12:25 2015
New Revision: 229951

URL: http://llvm.org/viewvc/llvm-project?rev=229951&view=rev
Log:
[sanitizer] fix a test broken by r229940

Modified:
    llvm/trunk/test/Instrumentation/SanitizerCoverage/coverage.ll

Modified: llvm/trunk/test/Instrumentation/SanitizerCoverage/coverage.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Instrumentation/SanitizerCoverage/coverage.ll?rev=229951&r1=229950&r2=229951&view=diff
==============================================================================
--- llvm/trunk/test/Instrumentation/SanitizerCoverage/coverage.ll (original)
+++ llvm/trunk/test/Instrumentation/SanitizerCoverage/coverage.ll Thu Feb 19 20:12:25 2015
@@ -47,7 +47,7 @@ entry:
 
 ; CHECK1-LABEL: define internal void @sancov.module_ctor
 ; CHECK1-NOT: ret
-; CHECK1: call void @__sanitizer_cov_module_init({{.*}}, i64 2)
+; CHECK1: call void @__sanitizer_cov_module_init({{.*}}, i64 2,
 ; CHECK1: ret
 
 ; CHECK_WITH_CHECK-LABEL: define void @foo
@@ -66,7 +66,7 @@ entry:
 
 ; CHECK2-LABEL: define internal void @sancov.module_ctor
 ; CHECK2-NOT: ret
-; CHECK2: call void @__sanitizer_cov_module_init({{.*}}, i64 4)
+; CHECK2: call void @__sanitizer_cov_module_init({{.*}}, i64 4,
 ; CHECK2: ret
 
 ; CHECK3-LABEL: define void @foo





More information about the llvm-commits mailing list