diff options
| author | Tobias Grosser <tobias@grosser.es> | 2016-12-19 14:06:40 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2016-12-19 14:06:40 +0000 |
| commit | b6945e33017b01a60977a76cf816625398851234 (patch) | |
| tree | 49d16f4ab2e65d86a1d7c6052d647575e6753772 /polly/lib/Analysis/ScopGraphPrinter.cpp | |
| parent | 6c17bb0eb7a1d70a1e2c740a3508c4b295c7deef (diff) | |
| download | bcm5719-llvm-b6945e33017b01a60977a76cf816625398851234.tar.gz bcm5719-llvm-b6945e33017b01a60977a76cf816625398851234.zip | |
Fix clang-format
llvm-svn: 290103
Diffstat (limited to 'polly/lib/Analysis/ScopGraphPrinter.cpp')
| -rw-r--r-- | polly/lib/Analysis/ScopGraphPrinter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/Analysis/ScopGraphPrinter.cpp b/polly/lib/Analysis/ScopGraphPrinter.cpp index 4f9f7fd8d9b..39c1c5e3efc 100644 --- a/polly/lib/Analysis/ScopGraphPrinter.cpp +++ b/polly/lib/Analysis/ScopGraphPrinter.cpp @@ -135,8 +135,8 @@ struct DOTGraphTraits<ScopDetection *> : public DOTGraphTraits<RegionNode *> { std::string ErrorMessage = SD->regionIsInvalidBecause(R); ErrorMessage = escapeString(ErrorMessage); - O.indent(2 * (depth + 1)) << "label = \"" << Location << ErrorMessage - << "\";\n"; + O.indent(2 * (depth + 1)) + << "label = \"" << Location << ErrorMessage << "\";\n"; if (SD->isMaxRegionInScop(*R)) { O.indent(2 * (depth + 1)) << "style = filled;\n"; |

