diff options
Diffstat (limited to 'lib/Target/ARM/ARMCallLowering.cpp')
| -rw-r--r-- | lib/Target/ARM/ARMCallLowering.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMCallLowering.cpp b/lib/Target/ARM/ARMCallLowering.cpp index e498f70b820d..051827a6a6a2 100644 --- a/lib/Target/ARM/ARMCallLowering.cpp +++ b/lib/Target/ARM/ARMCallLowering.cpp @@ -321,7 +321,7 @@ struct IncomingValueHandler : public CallLowering::ValueHandler {      assert(VA.getValVT().getSizeInBits() <= 64 && "Unsupported value size");      assert(VA.getLocVT().getSizeInBits() <= 64 && "Unsupported location size"); -    // The necesary extensions are handled on the other side of the ABI +    // The necessary extensions are handled on the other side of the ABI      // boundary.      markPhysRegUsed(PhysReg);      MIRBuilder.buildCopy(ValVReg, PhysReg);  | 
