From: Alex Rosenberg Date: Wed, 26 Aug 2015 06:11:36 +0000 (+0000) Subject: Trailing whitespace X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=08165ae90566abf600954360c6182b37d51e80dc;p=oota-llvm.git Trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246016 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/MetaRenamer.cpp b/lib/Transforms/Utils/MetaRenamer.cpp index 395a46bad97..54f3874507b 100644 --- a/lib/Transforms/Utils/MetaRenamer.cpp +++ b/lib/Transforms/Utils/MetaRenamer.cpp @@ -79,7 +79,7 @@ namespace { AI->setName("alias"); } - + // Rename all global variables for (Module::global_iterator GI = M.global_begin(), GE = M.global_end(); GI != GE; ++GI) {