[llvm] r175020 - Test commit. Fixed typo.
David Peixotto
dpeixott at codeaurora.org
Tue Feb 12 16:36:36 PST 2013
Author: dpeixott
Date: Tue Feb 12 18:36:35 2013
New Revision: 175020
URL: http://llvm.org/viewvc/llvm-project?rev=175020&view=rev
Log:
Test commit. Fixed typo.
Modified:
llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp?rev=175020&r1=175019&r2=175020&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp Tue Feb 12 18:36:35 2013
@@ -2576,7 +2576,7 @@ ARMTargetLowering::computeRegArea(CCStat
}
// The remaining GPRs hold either the beginning of variable-argument
-// data, or the beginning of an aggregate passed by value (usuall
+// data, or the beginning of an aggregate passed by value (usually
// byval). Either way, we allocate stack slots adjacent to the data
// provided by our caller, and store the unallocated registers there.
// If this is a variadic function, the va_list pointer will begin with
More information about the llvm-commits
mailing list