mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
Spelling. s/suppor /support /
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1129,7 +1129,7 @@ eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
|
|||||||
|
|
||||||
ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
|
ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
|
||||||
assert(!AFI->isThumb1OnlyFunction() &&
|
assert(!AFI->isThumb1OnlyFunction() &&
|
||||||
"This eliminateCallFramePseudoInstr does not suppor Thumb1!");
|
"This eliminateCallFramePseudoInstr does not support Thumb1!");
|
||||||
bool isARM = !AFI->isThumbFunction();
|
bool isARM = !AFI->isThumbFunction();
|
||||||
|
|
||||||
// Replace the pseudo instruction with a new instruction...
|
// Replace the pseudo instruction with a new instruction...
|
||||||
@@ -1266,7 +1266,7 @@ emitPrologue(MachineFunction &MF) const {
|
|||||||
MachineFrameInfo *MFI = MF.getFrameInfo();
|
MachineFrameInfo *MFI = MF.getFrameInfo();
|
||||||
ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
|
ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
|
||||||
assert(!AFI->isThumb1OnlyFunction() &&
|
assert(!AFI->isThumb1OnlyFunction() &&
|
||||||
"This emitPrologue does not suppor Thumb1!");
|
"This emitPrologue does not support Thumb1!");
|
||||||
bool isARM = !AFI->isThumbFunction();
|
bool isARM = !AFI->isThumbFunction();
|
||||||
unsigned VARegSaveSize = AFI->getVarArgsRegSaveSize();
|
unsigned VARegSaveSize = AFI->getVarArgsRegSaveSize();
|
||||||
unsigned NumBytes = MFI->getStackSize();
|
unsigned NumBytes = MFI->getStackSize();
|
||||||
@@ -1427,7 +1427,7 @@ emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const {
|
|||||||
MachineFrameInfo *MFI = MF.getFrameInfo();
|
MachineFrameInfo *MFI = MF.getFrameInfo();
|
||||||
ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
|
ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>();
|
||||||
assert(!AFI->isThumb1OnlyFunction() &&
|
assert(!AFI->isThumb1OnlyFunction() &&
|
||||||
"This emitEpilogue does not suppor Thumb1!");
|
"This emitEpilogue does not support Thumb1!");
|
||||||
bool isARM = !AFI->isThumbFunction();
|
bool isARM = !AFI->isThumbFunction();
|
||||||
|
|
||||||
unsigned VARegSaveSize = AFI->getVarArgsRegSaveSize();
|
unsigned VARegSaveSize = AFI->getVarArgsRegSaveSize();
|
||||||
|
Reference in New Issue
Block a user