forked from OSchip/llvm-project
Fix typo.
Thanks to Benjamin Kramer for noticing. llvm-svn: 273959
This commit is contained in:
parent
3beef8d6db
commit
97ca82776d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue