1
0
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:
Dan Gohman 2009-09-15 15:09:54 +00:00
parent 4e86738fa7
commit 8d6df0783e

View File

@ -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 {