From 58510969c83e80fd9b44899a785ccaf952e0bba0 Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Thu, 1 Dec 2016 04:37:35 +0000 Subject: [PATCH] Revert previous whitespace change llvm-svn: 288312 --- lib/Analysis/LazyValueInfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Analysis/LazyValueInfo.cpp b/lib/Analysis/LazyValueInfo.cpp index 4550fdbbf43..508c9f839d3 100644 --- a/lib/Analysis/LazyValueInfo.cpp +++ b/lib/Analysis/LazyValueInfo.cpp @@ -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) {