[llvm-commits] [llvm] r116680 - /llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
Eric Christopher
echristo at apple.com
Sat Oct 16 18:42:53 PDT 2010
Author: echristo
Date: Sat Oct 16 20:42:53 2010
New Revision: 116680
URL: http://llvm.org/viewvc/llvm-project?rev=116680&view=rev
Log:
Fix comment.
Modified:
llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMFastISel.cpp?rev=116680&r1=116679&r2=116680&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFastISel.cpp Sat Oct 16 20:42:53 2010
@@ -758,7 +758,7 @@
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!");
More information about the llvm-commits
mailing list