OSDN Git Service

Minor code cleanup. NFC.
authorJunmo Park <junmoz.park@samsung.com>
Thu, 18 Feb 2016 10:09:20 +0000 (10:09 +0000)
committerJunmo Park <junmoz.park@samsung.com>
Thu, 18 Feb 2016 10:09:20 +0000 (10:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261200 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/EarlyCSE.cpp

index 7ef062e..133ee62 100644 (file)
@@ -446,7 +446,7 @@ private:
       return true;
     }
 
-    
+
     bool isMatchingMemLoc(const ParseMemoryInst &Inst) const {
       return (getPointerOperand() == Inst.getPointerOperand() &&
               getMatchingId() == Inst.getMatchingId());