mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-11 10:25:41 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -758,7 +758,7 @@ bool ARMFastISel::ARMEmitLoad(EVT VT, unsigned &ResultReg,
|
|||||||
ResultReg = createResultReg(RC);
|
ResultReg = createResultReg(RC);
|
||||||
|
|
||||||
// For now with the additions above the offset should be zero - thus we
|
// For now with the additions above the offset should be zero - thus we
|
||||||
// can always fit into an i8.
|
// can always fit into an i12.
|
||||||
assert((Base.Reg == ARM::SP || Offset == 0) &&
|
assert((Base.Reg == ARM::SP || Offset == 0) &&
|
||||||
"Offset not zero and not a stack load!");
|
"Offset not zero and not a stack load!");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user