[llvm] bd07092 - [X86] Remove trailing whitespace. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 02:11:59 PST 2020


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();


        


More information about the llvm-commits mailing list