diff options
Diffstat (limited to 'polly/lib/Exchange/JSONExporter.cpp')
| -rw-r--r-- | polly/lib/Exchange/JSONExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Exchange/JSONExporter.cpp b/polly/lib/Exchange/JSONExporter.cpp index 6bf4198e904..a811cd5a2b8 100644 --- a/polly/lib/Exchange/JSONExporter.cpp +++ b/polly/lib/Exchange/JSONExporter.cpp @@ -181,7 +181,7 @@ static void exportScop(Scop &S) { // Write to file. std::error_code EC; - tool_output_file F(FileName, EC, llvm::sys::fs::F_Text); + ToolOutputFile F(FileName, EC, llvm::sys::fs::F_Text); std::string FunctionName = S.getFunction().getName(); errs() << "Writing JScop '" << S.getNameStr() << "' in function '" |

