mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-05 10:17:36 +00:00
Whitespace.
llvm-svn: 164898
This commit is contained in:
parent
4a627eee1d
commit
fdb7fc6060
@ -182,7 +182,7 @@ public:
|
||||
virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
|
||||
unsigned NumCycles,
|
||||
const BranchProbability
|
||||
&Probability) const {
|
||||
&Probability) const {
|
||||
return NumCycles == 1;
|
||||
}
|
||||
|
||||
|
@ -79,8 +79,8 @@ define float @test_ineligible(float, float %in) {
|
||||
; internal fault).
|
||||
call void @bar()
|
||||
; CHECL: bl bar
|
||||
; CHECK: vext.32
|
||||
; CHECK: vext.32
|
||||
; CHECK: vext.32
|
||||
; CHECK: vext.32
|
||||
ret float %val
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user