mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Minor whitespace cleanup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b7864a9e23
commit
77ad79689d
@ -144,7 +144,7 @@ unsigned FastISel::FastEmit_rr(MVT::SimpleValueType, ISD::NodeType,
|
||||
}
|
||||
|
||||
unsigned FastISel::FastEmitInst_(unsigned MachineInstOpcode,
|
||||
const TargetRegisterClass* RC) {
|
||||
const TargetRegisterClass* RC) {
|
||||
MachineRegisterInfo &MRI = MF->getRegInfo();
|
||||
const TargetInstrDesc &II = TII->get(MachineInstOpcode);
|
||||
unsigned ResultReg = MRI.createVirtualRegister(RC);
|
||||
|
Loading…
x
Reference in New Issue
Block a user