mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix comment.
llvm-svn: 116680
This commit is contained in:
parent
d9b4b47b9a
commit
20bbcbeceb
@ -758,7 +758,7 @@ bool ARMFastISel::ARMEmitLoad(EVT VT, unsigned &ResultReg,
|
||||
ResultReg = createResultReg(RC);
|
||||
|
||||
// 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) &&
|
||||
"Offset not zero and not a stack load!");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user