From 45f263dd90ccd053fbc3c580fe7b33ae1fa0f13f Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Sat, 26 May 2018 02:28:55 +0000 Subject: [MemorySSA] Reflow comments + clean up control flow; NFC Style guide says `else`s after returns are iffy, and I agree. I also don't know what broke the comments here and in CFLAA, but *shrug*. llvm-svn: 333332 --- llvm/lib/Analysis/MemorySSA.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Analysis/MemorySSA.cpp') diff --git a/llvm/lib/Analysis/MemorySSA.cpp b/llvm/lib/Analysis/MemorySSA.cpp index 6d313bc9231..43fc7d40d78 100644 --- a/llvm/lib/Analysis/MemorySSA.cpp +++ b/llvm/lib/Analysis/MemorySSA.cpp @@ -904,8 +904,8 @@ struct RenamePassData { namespace llvm { /// A MemorySSAWalker that does AA walks to disambiguate accesses. It no -/// longer does caching on its own, -/// but the name has been retained for the moment. +/// longer does caching on its own, but the name has been retained for the +/// moment. class MemorySSA::CachingWalker final : public MemorySSAWalker { ClobberWalker Walker; -- cgit v1.2.3