Trailing whitespace

llvm-svn: 246016
This commit is contained in:
Alex Rosenberg 2015-08-26 06:11:36 +00:00
parent 7f3daeda9a
commit 5b3404a03e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {