diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-07-02 16:13:07 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2013-07-02 16:13:07 +0000 |
commit | 14a3999354fd9b97fcfa5ccfa3904e010bec7366 (patch) | |
tree | 753023a07741f9f107c2668a9b1e8407ce4e7d35 /polly/lib/Pocc.cpp | |
parent | 456198d6a1b6b029bdf8d19fa50741bfa444ace1 (diff) | |
download | bcm5719-llvm-14a3999354fd9b97fcfa5ccfa3904e010bec7366.tar.gz bcm5719-llvm-14a3999354fd9b97fcfa5ccfa3904e010bec7366.zip |
clang-format latest changes
llvm-svn: 185440
Diffstat (limited to 'polly/lib/Pocc.cpp')
-rw-r--r-- | polly/lib/Pocc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Pocc.cpp b/polly/lib/Pocc.cpp index 30bf1a7dc53..5d084dbc6e7 100644 --- a/polly/lib/Pocc.cpp +++ b/polly/lib/Pocc.cpp @@ -76,7 +76,7 @@ bool Pocc::runTransform(Scop &S) { // Create the scop file. SmallString<128> TempDir; SmallString<128> ScopFile; - llvm::sys::path::system_temp_directory(/*erasedOnReboot=*/ true, TempDir); + llvm::sys::path::system_temp_directory(/*erasedOnReboot=*/true, TempDir); ScopFile = TempDir; llvm::sys::path::append(ScopFile, "polly.scop"); |