diff options
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFastISel.cpp')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMFastISel.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index 7dd11ffb3e5..11ef6c2959c 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/lib/Target/ARM/ARMFastISel.cpp @@ -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!"); | 

