mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -182,7 +182,7 @@ public:
|
|||||||
virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
|
virtual bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB,
|
||||||
unsigned NumCycles,
|
unsigned NumCycles,
|
||||||
const BranchProbability
|
const BranchProbability
|
||||||
&Probability) const {
|
&Probability) const {
|
||||||
return NumCycles == 1;
|
return NumCycles == 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -79,8 +79,8 @@ define float @test_ineligible(float, float %in) {
|
|||||||
; internal fault).
|
; internal fault).
|
||||||
call void @bar()
|
call void @bar()
|
||||||
; CHECL: bl bar
|
; CHECL: bl bar
|
||||||
; CHECK: vext.32
|
; CHECK: vext.32
|
||||||
; CHECK: vext.32
|
; CHECK: vext.32
|
||||||
ret float %val
|
ret float %val
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user