summaryrefslogtreecommitdiffstats
path: root/polly/lib/Analysis/ScopDetection.cpp
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2013-07-14 18:09:43 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2013-07-14 18:09:43 +0000
commit298a7646f36d83c3fdd8fc737e558eea76462732 (patch)
tree2e44af3849928862fca1f5c5eefc3a8366bd616b /polly/lib/Analysis/ScopDetection.cpp
parent001bd274f569ce432562266547f84059c91cbcf5 (diff)
downloadbcm5719-llvm-298a7646f36d83c3fdd8fc737e558eea76462732.tar.gz
bcm5719-llvm-298a7646f36d83c3fdd8fc737e558eea76462732.zip
ScopDetect: clang-format
llvm-svn: 186289
Diffstat (limited to 'polly/lib/Analysis/ScopDetection.cpp')
-rw-r--r--polly/lib/Analysis/ScopDetection.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/polly/lib/Analysis/ScopDetection.cpp b/polly/lib/Analysis/ScopDetection.cpp
index 62313566c0b..b49240239fe 100644
--- a/polly/lib/Analysis/ScopDetection.cpp
+++ b/polly/lib/Analysis/ScopDetection.cpp
@@ -280,9 +280,9 @@ bool ScopDetection::isValidMemoryAccess(Instruction &Inst,
// Check if the base pointer of the memory access does alias with
// any other pointer. This cannot be handled at the moment.
- AliasSet &AS = Context.AST
- .getAliasSetForPointer(BaseValue, AliasAnalysis::UnknownSize,
- Inst.getMetadata(LLVMContext::MD_tbaa));
+ AliasSet &AS =
+ Context.AST.getAliasSetForPointer(BaseValue, AliasAnalysis::UnknownSize,
+ Inst.getMetadata(LLVMContext::MD_tbaa));
// INVALID triggers an assertion in verifying mode, if it detects that a
// SCoP was detected by SCoP detection and that this SCoP was invalidated by
@@ -305,7 +305,7 @@ bool ScopDetection::isValidMemoryAccess(Instruction &Inst,
std::sort(Pointers.begin(), Pointers.end());
for (std::vector<Value *>::iterator PI = Pointers.begin(),
- PE = Pointers.end();
+ PE = Pointers.end();
;) {
Value *V = *PI;
OpenPOWER on IntegriCloud