From: Simon Pilgrim Date: Fri, 18 Nov 2016 10:52:12 +0000 (+0000) Subject: Fix typo in comment. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd8bf984f47c3ed97cf49244446516d6caefc528;p=platform%2Fupstream%2Fllvm.git Fix typo in comment. NFC. Identified by Pedro Giffuni in PR27636. llvm-svn: 287331 --- diff --git a/llvm/lib/Target/Sparc/SparcISelLowering.cpp b/llvm/lib/Target/Sparc/SparcISelLowering.cpp index 95cd201..2ac9aae 100644 --- a/llvm/lib/Target/Sparc/SparcISelLowering.cpp +++ b/llvm/lib/Target/Sparc/SparcISelLowering.cpp @@ -1208,7 +1208,7 @@ SparcTargetLowering::LowerCall_64(TargetLowering::CallLoweringInfo &CLI, if (VA.isRegLoc()) { if (VA.needsCustom() && VA.getValVT() == MVT::f128 && VA.getLocVT() == MVT::i128) { - // Store and reload into the interger register reg and reg+1. + // Store and reload into the integer register reg and reg+1. unsigned Offset = 8 * (VA.getLocReg() - SP::I0); unsigned StackOffset = Offset + Subtarget->getStackPointerBias() + 128; SDValue StackPtr = DAG.getRegister(SP::O6, PtrVT);