summaryrefslogtreecommitdiffstats
path: root/compiler/llvm/compiler_llvm.h
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-03-01 09:16:49 -0800
committerIan Rogers <irogers@google.com>2014-03-01 09:16:49 -0800
commit3d504075f7c1204d581923460754bf6d3714b13f (patch)
treee095ee11d308f264b3dfb9f4c510f14fe6b1259c /compiler/llvm/compiler_llvm.h
parente4a74a6ac8d1486b1227504044a60002e69a9fec (diff)
downloadart-3d504075f7c1204d581923460754bf6d3714b13f.tar.gz
art-3d504075f7c1204d581923460754bf6d3714b13f.tar.bz2
art-3d504075f7c1204d581923460754bf6d3714b13f.zip
Make out arguments non-reference types.
Also, tidy some portable related code. Change-Id: I67c8aa52eef8b556ca117ecda1b1e75465ba06a5
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 65bc16bcd8..c2211fb92c 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;
}