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 b9cb568ff64..9276dfab787 100644 --- a/polly/lib/Exchange/JSONExporter.cpp +++ b/polly/lib/Exchange/JSONExporter.cpp @@ -178,7 +178,7 @@ static void exportScop(Scop &S) { // Write to file. std::error_code EC; - ToolOutputFile F(FileName, EC, llvm::sys::fs::F_Text); + ToolOutputFile F(FileName, EC, llvm::sys::fs::OF_Text); std::string FunctionName = S.getFunction().getName(); errs() << "Writing JScop '" << S.getNameStr() << "' in function '" |