mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Fixe typos and 80 column size problems
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53272 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -289,7 +289,8 @@ foldMemoryOperand(MachineFunction &MF,
|
||||
case Mips::FMOV_D32:
|
||||
if ((MI->getOperand(0).isRegister()) &&
|
||||
(MI->getOperand(1).isRegister())) {
|
||||
const TargetRegisterClass *RC = RI.getRegClass(MI->getOperand(0).getReg());
|
||||
const TargetRegisterClass
|
||||
*RC = RI.getRegClass(MI->getOperand(0).getReg());
|
||||
unsigned StoreOpc, LoadOpc;
|
||||
|
||||
if (RC == Mips::FGR32RegisterClass) {
|
||||
|
||||
Reference in New Issue
Block a user