[llvm] r288312 - Revert previous whitespace change

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 20:37:35 PST 2016


Author: reames
Date: Wed Nov 30 22:37:35 2016
New Revision: 288312

URL: http://llvm.org/viewvc/llvm-project?rev=288312&view=rev
Log:
Revert previous whitespace change

Modified:
    llvm/trunk/lib/Analysis/LazyValueInfo.cpp

Modified: llvm/trunk/lib/Analysis/LazyValueInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/LazyValueInfo.cpp?rev=288312&r1=288311&r2=288312&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/LazyValueInfo.cpp (original)
+++ llvm/trunk/lib/Analysis/LazyValueInfo.cpp Wed Nov 30 22:37:35 2016
@@ -202,7 +202,6 @@ public:
     return true;
   }
 
-  
   /// Merge the specified lattice value into this one, updating this
   /// one and returning true if anything changed.
   bool mergeIn(const LVILatticeVal &RHS, const DataLayout &DL) {




More information about the llvm-commits mailing list