]> granicus.if.org Git - llvm/commitdiff
Fix typo.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 27 Jun 2016 23:21:07 +0000 (23:21 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 27 Jun 2016 23:21:07 +0000 (23:21 +0000)
Thanks to Benjamin Kramer for noticing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273959 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsISelLowering.cpp

index 94b0ad9143eea05ae81d0dda890fac9a00758fb0..f155c2a6fda2960d2bb1df6681e7f74d9a893414 100644 (file)
@@ -1766,7 +1766,7 @@ SDValue MipsTargetLowering::lowerGlobalAddress(SDValue Op,
 
   // 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,