Fix typo.

Thanks to Benjamin Kramer for noticing.

llvm-svn: 273959
This commit is contained in:
Rafael Espindola 2016-06-27 23:21:07 +00:00
parent 3beef8d6db
commit 97ca82776d
1 changed files with 1 additions and 1 deletions

View 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,