mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[BreakFalseDeps] Fix bad formatting. NFC
llvm-svn: 342293
This commit is contained in:
parent
c6d9d80ccc
commit
6a1c5f61fd
@ -162,7 +162,7 @@ bool BreakFalseDeps::pickBestRegisterForUndef(MachineInstr *MI, unsigned OpIdx,
|
||||
}
|
||||
|
||||
bool BreakFalseDeps::shouldBreakDependence(MachineInstr *MI, unsigned OpIdx,
|
||||
unsigned Pref) {
|
||||
unsigned Pref) {
|
||||
unsigned reg = MI->getOperand(OpIdx).getReg();
|
||||
unsigned Clearance = RDA->getClearance(MI, reg);
|
||||
LLVM_DEBUG(dbgs() << "Clearance: " << Clearance << ", want " << Pref);
|
||||
|
Loading…
Reference in New Issue
Block a user