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:
parent
ee6ca71f38
commit
23fc3dd779
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user