Author: Simon Pilgrim Date: 2020-12-15T10:11:38Z New Revision: bd0709266911bce2f1e8a875f9ed49d56953f323
URL: https://github.com/llvm/llvm-project/commit/bd0709266911bce2f1e8a875f9ed49d56953f323 DIFF: https://github.com/llvm/llvm-project/commit/bd0709266911bce2f1e8a875f9ed49d56953f323.diff LOG: [X86] Remove trailing whitespace. NFC. Added: Modified: llvm/lib/Target/X86/X86ISelLowering.cpp Removed: ################################################################################ diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 78d08b36f8bf..bd904327f8e7 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -5172,7 +5172,7 @@ bool X86TargetLowering::shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, EVT NewVT) const { assert(cast<LoadSDNode>(Load)->isSimple() && "illegal to narrow"); - + // "ELF Handling for Thread-Local Storage" specifies that R_X86_64_GOTTPOFF // relocation target a movq or addq instruction: don't let the load shrink. SDValue BasePtr = cast<LoadSDNode>(Load)->getBasePtr(); _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits