diff options
author | Stuart Hastings <stuart@apple.com> | 2011-03-19 02:33:56 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@apple.com> | 2011-03-19 02:33:56 +0000 |
commit | 825dd969189357cf0e7084e015d938467b0136eb (patch) | |
tree | 9c5cfda70bfcd114d839147aa893eef3f329099f /include | |
parent | d847f4702aa5d577eba3199be92574ccea109f74 (diff) | |
download | external_llvm-825dd969189357cf0e7084e015d938467b0136eb.zip external_llvm-825dd969189357cf0e7084e015d938467b0136eb.tar.gz external_llvm-825dd969189357cf0e7084e015d938467b0136eb.tar.bz2 |
Revert 127939. <rdar://problem/9012638>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/MC/MCSectionMachO.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCSectionMachO.h b/include/llvm/MC/MCSectionMachO.h index 4313b18..7633515 100644 --- a/include/llvm/MC/MCSectionMachO.h +++ b/include/llvm/MC/MCSectionMachO.h @@ -157,12 +157,10 @@ public: /// flavored .s file. If successful, this fills in the specified Out /// parameters and returns an empty string. When an invalid section /// specifier is present, this returns a string indicating the problem. - /// If no TAA was parsed, TAA is not altered, and TAAWasSet becomes false. static std::string ParseSectionSpecifier(StringRef Spec, // In. StringRef &Segment, // Out. StringRef &Section, // Out. unsigned &TAA, // Out. - bool &TAAParsed, // Out. unsigned &StubSize); // Out. virtual void PrintSwitchToSection(const MCAsmInfo &MAI, |