mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Restore a comment that was lost in the merge.
llvm-svn: 81857
This commit is contained in:
parent
4e86738fa7
commit
8d6df0783e
@ -33,6 +33,10 @@ entry:
|
||||
}
|
||||
|
||||
|
||||
; x86's 32-bit cmov doesn't clobber the high 32 bits of the destination
|
||||
; if the condition is false. An explicit zero-extend (movl) is needed
|
||||
; after the cmov.
|
||||
|
||||
declare void @bar(i64) nounwind
|
||||
|
||||
define void @test3(i64 %a, i64 %b, i1 %p) nounwind {
|
||||
|
Loading…
x
Reference in New Issue
Block a user