reduce #includage

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78860 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-08-12 23:34:27 +00:00
parent 3845e50ede
commit d3c4486f46
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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.