diff options
| author | Tobias Grosser <tobias@grosser.es> | 2018-03-20 17:16:32 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2018-03-20 17:16:32 +0000 |
| commit | 3a9989361898266e5279d1d91055ff63b00d041d (patch) | |
| tree | 7534efaf7c2a92182499d3b9b1588fd631ca71f6 /polly/lib/Analysis/ScopGraphPrinter.cpp | |
| parent | 89f224177014760e34ff75adbfc8bb9ea43e01b2 (diff) | |
| download | bcm5719-llvm-3a9989361898266e5279d1d91055ff63b00d041d.tar.gz bcm5719-llvm-3a9989361898266e5279d1d91055ff63b00d041d.zip | |
Adjust to clang-format changes
llvm-svn: 328005
Diffstat (limited to 'polly/lib/Analysis/ScopGraphPrinter.cpp')
| -rw-r--r-- | polly/lib/Analysis/ScopGraphPrinter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Analysis/ScopGraphPrinter.cpp b/polly/lib/Analysis/ScopGraphPrinter.cpp index fd4e65fba4f..3908694761e 100644 --- a/polly/lib/Analysis/ScopGraphPrinter.cpp +++ b/polly/lib/Analysis/ScopGraphPrinter.cpp @@ -197,7 +197,6 @@ struct DOTGraphTraits<ScopDetectionWrapperPass *> O, 4); } }; - } // end namespace llvm struct ScopViewer |

