diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-06-27 23:21:07 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-06-27 23:21:07 +0000 |
commit | 97ca82776d1c0f244ff442fc9d9aeaee194fccbe (patch) | |
tree | 7ed4d699af6c7fc691d03f656d66c2127637f5c9 /llvm/lib/Target/Mips | |
parent | 3beef8d6db3688b8265728a3b05970cd9628f523 (diff) | |
download | bcm5719-llvm-97ca82776d1c0f244ff442fc9d9aeaee194fccbe.tar.gz bcm5719-llvm-97ca82776d1c0f244ff442fc9d9aeaee194fccbe.zip |
Fix typo.
Thanks to Benjamin Kramer for noticing.
llvm-svn: 273959
Diffstat (limited to 'llvm/lib/Target/Mips')
-rw-r--r-- | llvm/lib/Target/Mips/MipsISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.cpp b/llvm/lib/Target/Mips/MipsISelLowering.cpp index 94b0ad9143e..f155c2a6fda 100644 --- a/llvm/lib/Target/Mips/MipsISelLowering.cpp +++ b/llvm/lib/Target/Mips/MipsISelLowering.cpp @@ -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, |