mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 21:28:48 +00:00
[BreakFalseDeps] Fix bad formatting. NFC
llvm-svn: 342293
This commit is contained in:
parent
90a36346bc
commit
5692ac6ce7
@ -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…
x
Reference in New Issue
Block a user