1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00

Tweak test check pattern to fix bot failure.

llvm-svn: 251593
This commit is contained in:
Diego Novillo 2015-10-29 02:15:02 +00:00
parent d3f40238e0
commit a973516d22

View File

@ -3,7 +3,7 @@ define i32 @foo(i32 %i) {
; The profile has samples for line locations that are no longer present.
; Coverage does not reach 90%, so we should get this warning:
;
; CHECK: warning: coverage-warning.c:1: 2 of 3 available profile records (66%) were applied
; CHECK: warning: {{.*}}:1: 2 of 3 available profile records (66%) were applied
entry:
%retval = alloca i32, align 4
%i.addr = alloca i32, align 4