diff options
| author | Tobias Grosser <tobias@grosser.es> | 2013-11-16 01:07:06 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2013-11-16 01:07:06 +0000 |
| commit | 1c84d80457cdd5f625677c245a22d83dab11a435 (patch) | |
| tree | 6ad00490c6b444b6708709aabc08c54e2adf73bd /polly/lib/CodePreparation.cpp | |
| parent | e4d20ab7866ef1570d134e67f6828d94ecbf8e40 (diff) | |
| download | bcm5719-llvm-1c84d80457cdd5f625677c245a22d83dab11a435.tar.gz bcm5719-llvm-1c84d80457cdd5f625677c245a22d83dab11a435.zip | |
Style fixes, brought to you by clang-format
llvm-svn: 194910
Diffstat (limited to 'polly/lib/CodePreparation.cpp')
| -rw-r--r-- | polly/lib/CodePreparation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/lib/CodePreparation.cpp b/polly/lib/CodePreparation.cpp index a81d9d8a23f..c9278438487 100644 --- a/polly/lib/CodePreparation.cpp +++ b/polly/lib/CodePreparation.cpp @@ -53,8 +53,8 @@ namespace { /// class CodePreparation : public FunctionPass { CodePreparation(const CodePreparation &) LLVM_DELETED_FUNCTION; - const CodePreparation &operator=( - const CodePreparation &) LLVM_DELETED_FUNCTION; + const CodePreparation & + operator=(const CodePreparation &) LLVM_DELETED_FUNCTION; LoopInfo *LI; ScalarEvolution *SE; |

