mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-31 17:04:35 +00:00
Maintain stylistic consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89535 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b99b63c2e5
commit
1f8f4d2db7
@ -656,7 +656,9 @@ public:
|
||||
MachineBasicBlock::iterator I,
|
||||
MachineBasicBlock::iterator &UseMI,
|
||||
const TargetRegisterClass *RC,
|
||||
unsigned Reg) const {return false;}
|
||||
unsigned Reg) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
/// eliminateFrameIndex - This method must be overriden to eliminate abstract
|
||||
/// frame indices from instructions which may use them. The instruction
|
||||
|
Loading…
Reference in New Issue
Block a user