summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlina Sbirlea <asbirlea@google.com>2019-03-20 19:18:55 +0000
committerAlina Sbirlea <asbirlea@google.com>2019-03-20 19:18:55 +0000
commitf69f8073217294f4c9911bb1f3a84660d94a32df (patch)
treebbc3cb67bc7a7cdd0fa9bf66b6c86e131d1fc8c0
parent6f3b566c872ee052b833b7520aa4ca75581b22ec (diff)
downloadbcm5719-llvm-f69f8073217294f4c9911bb1f3a84660d94a32df.tar.gz
bcm5719-llvm-f69f8073217294f4c9911bb1f3a84660d94a32df.zip
[NFC] Fix brace indentation.
llvm-svn: 356596
-rw-r--r--llvm/lib/Transforms/Scalar/LICM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/LICM.cpp b/llvm/lib/Transforms/Scalar/LICM.cpp
index 93f391ad013..8c4d2cd314f 100644
--- a/llvm/lib/Transforms/Scalar/LICM.cpp
+++ b/llvm/lib/Transforms/Scalar/LICM.cpp
@@ -1216,7 +1216,7 @@ bool llvm::canSinkOrHoistInst(Instruction &I, AAResults *AA, DominatorTree *DT,
assert(!LI->isUnordered() && "Expected unordered load");
return false;
}
- }
+ }
auto *Source = MSSA->getSkipSelfWalker()->getClobberingMemoryAccess(SI);
(*LicmMssaOptCounter)++;
OpenPOWER on IntegriCloud