summaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-12 23:34:27 +0000
committerChris Lattner <sabre@nondot.org>2009-08-12 23:34:27 +0000
commitd3c4486f46226fb328ceb16d55927472fb3e0f6d (patch)
tree067c9e973b29bf0f0e13ccc25dc1eee141f6bb12 /lib/Target/TargetLoweringObjectFile.cpp
parent3845e50edea58edd0f5e0f2b732e0106b53ba279 (diff)
downloadllvm-d3c4486f46226fb328ceb16d55927472fb3e0f6d.tar.gz
llvm-d3c4486f46226fb328ceb16d55927472fb3e0f6d.tar.bz2
llvm-d3c4486f46226fb328ceb16d55927472fb3e0f6d.tar.xz
reduce #includage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--lib/Target/TargetLoweringObjectFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetLoweringObjectFile.cpp b/lib/Target/TargetLoweringObjectFile.cpp
index 8f9058bfa5..321af98a74 100644
--- a/lib/Target/TargetLoweringObjectFile.cpp
+++ b/lib/Target/TargetLoweringObjectFile.cpp
@@ -511,7 +511,7 @@ getSectionForConstant(SectionKind Kind) const {
const MCSection *TargetLoweringObjectFileMachO::
-getMachOSection(StringRef Segment, StringRef Section,
+getMachOSection(const StringRef &Segment, const StringRef &Section,
unsigned TypeAndAttributes,
unsigned Reserved2, SectionKind Kind) const {
// FIXME: UNIQUE HERE.