From 97ca82776d1c0f244ff442fc9d9aeaee194fccbe Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 27 Jun 2016 23:21:07 +0000 Subject: Fix typo. Thanks to Benjamin Kramer for noticing. llvm-svn: 273959 --- llvm/lib/Target/Mips/MipsISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/Mips') 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, -- cgit v1.2.3