Adjust a comment to reflect what the code does. Splitting a 64-bit argument
authorBob Wilson <bob.wilson@apple.com>
Fri, 24 Apr 2009 17:05:01 +0000 (17:05 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 24 Apr 2009 17:05:01 +0000 (17:05 +0000)
commitd55bd51f311fb00c639da6161584b06cf7cb5e27
tree288760f82d7da9461ae84ce1a776db05af3581b4
parent4d59e1d666d3187aff11c9b11fe8a9eccade3f26
Adjust a comment to reflect what the code does.  Splitting a 64-bit argument
between registers and the stack may be required with the APCS ABI, but it
isn't tied to using a particular version of the ARM architecture.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69978 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp