[llvm] r273959 - Fix typo.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 16:21:07 PDT 2016


Author: rafael
Date: Mon Jun 27 18:21:07 2016
New Revision: 273959

URL: http://llvm.org/viewvc/llvm-project?rev=273959&view=rev
Log:
Fix typo.

Thanks to Benjamin Kramer for noticing.

Modified:
    llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp

Modified: llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp?rev=273959&r1=273958&r2=273959&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/Mips/MipsISelLowering.cpp Mon Jun 27 18:21:07 2016
@@ -1766,7 +1766,7 @@ SDValue MipsTargetLowering::lowerGlobalA
 
   // Every other architecture would use shouldAssumeDSOLocal in here, but
   // mips is special.
-  // * In PIC code mips requires got loads oven for local statics!
+  // * In PIC code mips requires got loads even for local statics!
   // * To save on got entries, for local statics the got entry contains the
   //   page and an additional add instruction takes care of the low bits.
   // * It is legal to access a hidden symbol with a non hidden undefined,




More information about the llvm-commits mailing list