summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Bytecode/WriteBytecodePass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Bytecode/WriteBytecodePass.h b/llvm/include/llvm/Bytecode/WriteBytecodePass.h
index a102863509a..198cc026296 100644
--- a/llvm/include/llvm/Bytecode/WriteBytecodePass.h
+++ b/llvm/include/llvm/Bytecode/WriteBytecodePass.h
@@ -36,7 +36,7 @@ public:
}
bool runOnModule(Module &M) {
- WriteBytecodeToFile(&M, *Out, CompressFile );
+ WriteBytecodeToFile(&M, *Out, CompressFile);
return false;
}
};
OpenPOWER on IntegriCloud