summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-07-14 22:38:02 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-07-14 22:38:02 +0000
commit92d89983481749737fe496cc59674475643f20cd (patch)
tree7629b4120f4ebeb442f215c8e9bb1111cd9a001b /llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
parente34b383e71b180b1c5e5ced1c32bca8d62254b8d (diff)
downloadbcm5719-llvm-92d89983481749737fe496cc59674475643f20cd.tar.gz
bcm5719-llvm-92d89983481749737fe496cc59674475643f20cd.zip
Don't pass StringRef by reference.
llvm-svn: 108366
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp b/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
index f9ccc47b0b9..4f7f70bd85f 100644
--- a/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZMCAsmInfo.cpp
@@ -16,7 +16,7 @@
#include "llvm/MC/MCSectionELF.h"
using namespace llvm;
-SystemZMCAsmInfo::SystemZMCAsmInfo(const Target &T, const StringRef &TT) {
+SystemZMCAsmInfo::SystemZMCAsmInfo(const Target &T, StringRef TT) {
PrivateGlobalPrefix = ".L";
WeakRefDirective = "\t.weak\t";
PCSymbol = ".";
OpenPOWER on IntegriCloud