Drop unnecessary whitespace [NFCI]

llvm-svn: 334413
This commit is contained in:
Tobias Grosser 2018-06-11 15:11:57 +00:00
parent 80677bce11
commit 6538f40e31
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
using namespace polly;
using namespace llvm;
VirtualUse VirtualUse ::create(Scop *S, const Use &U, LoopInfo *LI,
bool Virtual) {
VirtualUse VirtualUse::create(Scop *S, const Use &U, LoopInfo *LI,
bool Virtual) {
auto *UserBB = getUseBlock(U);
Loop *UserScope = LI->getLoopFor(UserBB);
Instruction *UI = dyn_cast<Instruction>(U.getUser());