diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-12 23:34:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-12 23:34:27 +0000 |
commit | c4c3c66ff35b9e5f8f2b868b433f82e29d94759b (patch) | |
tree | d97f3dcb2b82c3f1e2c48030731465942ce9a623 /llvm/lib/Target/TargetLoweringObjectFile.cpp | |
parent | 466876b0a652f75e8132052fa1c4bf4cf09380c0 (diff) | |
download | llvm-c4c3c66ff35b9e5f8f2b868b433f82e29d94759b.zip llvm-c4c3c66ff35b9e5f8f2b868b433f82e29d94759b.tar.gz llvm-c4c3c66ff35b9e5f8f2b868b433f82e29d94759b.tar.bz2 |
reduce #includage
llvm-svn: 78860
Diffstat (limited to 'llvm/lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r-- | llvm/lib/Target/TargetLoweringObjectFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetLoweringObjectFile.cpp b/llvm/lib/Target/TargetLoweringObjectFile.cpp index 8f9058b..321af98 100644 --- a/llvm/lib/Target/TargetLoweringObjectFile.cpp +++ b/llvm/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. |