[llvm] r267887 - [InstCombine] Remove trailing whitespace. NFC.

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 07:36:07 PDT 2016


Author: ab
Date: Thu Apr 28 09:36:07 2016
New Revision: 267887

URL: http://llvm.org/viewvc/llvm-project?rev=267887&view=rev
Log:
[InstCombine] Remove trailing whitespace. NFC.

r267873.

Modified:
    llvm/trunk/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp

Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp?rev=267887&r1=267886&r2=267887&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp Thu Apr 28 09:36:07 2016
@@ -786,7 +786,7 @@ Value *InstCombiner::SimplifyDemandedUse
         if (DemandedElts == 0)
           return ConstantInt::getNullValue(VTy);
 
-        // We know that the upper bits are set to zero. 
+        // We know that the upper bits are set to zero.
         KnownZero = APInt::getHighBitsSet(BitWidth, BitWidth - ArgWidth);
         return nullptr;
       }




More information about the llvm-commits mailing list