mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 18:38:37 +00:00
Add explicit test for PR4280.
llvm-svn: 72539
This commit is contained in:
parent
847816ce19
commit
5a376ed43e
15
test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll
Normal file
15
test/CodeGen/PowerPC/2009-05-28-LegalizeBRCC.ll
Normal file
@ -0,0 +1,15 @@
|
||||
; RUN: llvm-as < %s | llc -mtriple=powerpc-apple-darwin10
|
||||
; PR4280
|
||||
|
||||
define i32 @__fixunssfsi(float %a) nounwind readnone {
|
||||
entry:
|
||||
%0 = fcmp ult float %a, 0x41E0000000000000 ; <i1> [#uses=1]
|
||||
br i1 %0, label %bb1, label %bb
|
||||
|
||||
bb: ; preds = %entry
|
||||
ret i32 1
|
||||
|
||||
bb1: ; preds = %entry
|
||||
ret i32 0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user