1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[sanitizer] fix a test broken by r229940

llvm-svn: 229951
This commit is contained in:
Kostya Serebryany 2015-02-20 02:12:25 +00:00
parent 45ed1a04e4
commit d441143631

View File

@ -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