mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Restore a comment that was lost in the merge.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81857 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
75144f93eb
commit
a5f4dbf111
@ -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…
Reference in New Issue
Block a user