summaryrefslogtreecommitdiffstats
path: root/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-01-16 14:08:10 +0000
committerTobias Grosser <tobias@grosser.es>2017-01-16 14:08:10 +0000
commit21a059af09620306404f3b6bf31aa975c49d2ca2 (patch)
treec1460890c5a744a8cee8824bc53d2384ac3d6e76 /polly/lib/Analysis/ScopDetectionDiagnostic.cpp
parent92fd612c8453ec693a658e3a189bc74392143872 (diff)
downloadbcm5719-llvm-21a059af09620306404f3b6bf31aa975c49d2ca2.tar.gz
bcm5719-llvm-21a059af09620306404f3b6bf31aa975c49d2ca2.zip
Adjust formatting to commit r292110 [NFC]
llvm-svn: 292123
Diffstat (limited to 'polly/lib/Analysis/ScopDetectionDiagnostic.cpp')
-rw-r--r--polly/lib/Analysis/ScopDetectionDiagnostic.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
index 1dc1270787f..2eff1f81eed 100644
--- a/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
+++ b/polly/lib/Analysis/ScopDetectionDiagnostic.cpp
@@ -60,8 +60,8 @@ llvm::Statistic RejectStatistics[] = {
SCOP_STAT(LoopBound, "Uncomputable loop bounds"),
SCOP_STAT(LoopHasNoExit, "Loop without exit"),
SCOP_STAT(FuncCall, "Function call with side effects"),
- SCOP_STAT(NonSimpleMemoryAccess, "Compilated access semantics (volatile or "
- "atomic)"),
+ SCOP_STAT(NonSimpleMemoryAccess,
+ "Compilated access semantics (volatile or atomic)"),
SCOP_STAT(Alias, "Base address aliasing"),
SCOP_STAT(Other, ""),
SCOP_STAT(IntToPtr, "Integer to pointer conversions"),
@@ -309,8 +309,9 @@ bool ReportDifferentArrayElementSize::classof(const RejectReason *RR) {
std::string ReportDifferentArrayElementSize::getEndUserMessage() const {
llvm::StringRef BaseName = BaseValue->getName();
std::string Name = (BaseName.size() > 0) ? BaseName : "UNKNOWN";
- return "The array \"" + Name + "\" is accessed through elements that differ "
- "in size";
+ return "The array \"" + Name +
+ "\" is accessed through elements that differ "
+ "in size";
}
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud