diff options
author | David Peixotto <dpeixott@codeaurora.org> | 2013-02-13 00:36:35 +0000 |
---|---|---|
committer | David Peixotto <dpeixott@codeaurora.org> | 2013-02-13 00:36:35 +0000 |
commit | 4299cf83a34c4927be723b378f9c1ebf6d6ae510 (patch) | |
tree | 001debdd3139fc1fb67f2f223af74ae7bc57c333 /llvm/lib/Target/ARM/ARMISelLowering.cpp | |
parent | 2e4df4f7c26a4817899ce0ebf5d3b1bb43417199 (diff) | |
download | bcm5719-llvm-4299cf83a34c4927be723b378f9c1ebf6d6ae510.tar.gz bcm5719-llvm-4299cf83a34c4927be723b378f9c1ebf6d6ae510.zip |
Test commit. Fixed typo.
llvm-svn: 175020
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index 9d7a37929a9..bd53334aeb3 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -2576,7 +2576,7 @@ ARMTargetLowering::computeRegArea(CCState &CCInfo, MachineFunction &MF, } // 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 |