diff options
author | Tobias Grosser <tobias@grosser.es> | 2018-06-11 15:11:57 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2018-06-11 15:11:57 +0000 |
commit | 6538f40e31d274dc43c3023f99dac4864267cb5f (patch) | |
tree | 467326168b0cc9dc0b9a4e3fe77f19d31831af06 | |
parent | 80677bce11adb10327b664753363196b680b0df6 (diff) | |
download | bcm5719-llvm-6538f40e31d274dc43c3023f99dac4864267cb5f.tar.gz bcm5719-llvm-6538f40e31d274dc43c3023f99dac4864267cb5f.zip |
Drop unnecessary whitespace [NFCI]
llvm-svn: 334413
-rw-r--r-- | polly/lib/Support/VirtualInstruction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Support/VirtualInstruction.cpp b/polly/lib/Support/VirtualInstruction.cpp index 29bb46b3046..a1fa03e7019 100644 --- a/polly/lib/Support/VirtualInstruction.cpp +++ b/polly/lib/Support/VirtualInstruction.cpp @@ -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()); |