From 7208dbf2d58a8eeff755907494d77af052db207b Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sun, 17 Oct 2010 01:42:53 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116680 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMFastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index 7dd11ffb3e5..11ef6c2959c 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/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!"); -- 2.34.1