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)
llvm-svn: 261200

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