1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Revert r251593.

The patch in r251593 was only papering over the problem. The actual fix
was committed in r251623.

llvm-svn: 251635
This commit is contained in:
Diego Novillo 2015-10-29 16:20:38 +00:00
parent ee6ca71f38
commit 23fc3dd779

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: {{.*}}:1: 2 of 3 available profile records (66%) were applied
; CHECK: warning: coverage-warning.c:1: 2 of 3 available profile records (66%) were applied
entry:
%retval = alloca i32, align 4
%i.addr = alloca i32, align 4