diff options
| author | Eric Christopher <echristo@apple.com> | 2010-10-17 01:42:53 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-10-17 01:42:53 +0000 |
| commit | a0b9c2e9c04d72cdf7c96af1374dd4f53c765649 (patch) | |
| tree | 9c955d91193eeeb474b80136151d5b4957230002 /llvm/lib/Target | |
| parent | abc3a9d34b49f4532c6362d86cc8a9c995c03a03 (diff) | |
| download | bcm5719-llvm-a0b9c2e9c04d72cdf7c96af1374dd4f53c765649.tar.gz bcm5719-llvm-a0b9c2e9c04d72cdf7c96af1374dd4f53c765649.zip | |
Fix comment.
llvm-svn: 116680
Diffstat (limited to 'llvm/lib/Target')
| -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!"); |

