summaryrefslogtreecommitdiffstats
path: root/compiler/llvm/compiler_llvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/llvm/compiler_llvm.h')
-rw-r--r--compiler/llvm/compiler_llvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/llvm/compiler_llvm.h b/compiler/llvm/compiler_llvm.h
index 65bc16b..c2211fb 100644
--- a/compiler/llvm/compiler_llvm.h
+++ b/compiler/llvm/compiler_llvm.h
@@ -70,7 +70,7 @@ class CompilerLLVM {
return insn_set_;
}
- void SetBitcodeFileName(std::string const& filename) {
+ void SetBitcodeFileName(const std::string& filename) {
bitcode_filename_ = filename;
}