commit | 044e6ea405e26378033c2ff54b5612fcb5990b6d | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Aug 12 23:34:27 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Aug 12 23:34:27 2009 +0000 |
tree | 067c9e973b29bf0f0e13ccc25dc1eee141f6bb12 | |
parent | 39c2d2f74acd7373ced4b282e5b2c6215d80c7e1 [diff] [blame] |
reduce #includage git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78860 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/TargetLoweringObjectFile.cpp b/lib/Target/TargetLoweringObjectFile.cpp index 8f9058b..321af98 100644 --- a/lib/Target/TargetLoweringObjectFile.cpp +++ b/lib/Target/TargetLoweringObjectFile.cpp
@@ -511,7 +511,7 @@ 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.