diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-09-12 00:17:09 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-09-12 00:17:09 +0000 |
| commit | cd0fffb6e1f779884a9df21d898635ab9d72954c (patch) | |
| tree | 082fd1a0037ca344480d7404eb30a11155be0746 /llvm/lib | |
| parent | 60312bc45f65f6e8fecdc1e4c99672f6f72d6ce3 (diff) | |
| download | bcm5719-llvm-cd0fffb6e1f779884a9df21d898635ab9d72954c.tar.gz bcm5719-llvm-cd0fffb6e1f779884a9df21d898635ab9d72954c.zip | |
MC: Move MCSection::begin/end to header, NFC
llvm-svn: 281188
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/MC/MCSection.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/lib/MC/MCSection.cpp b/llvm/lib/MC/MCSection.cpp index c5e4077a306..9064cdf2f31 100644 --- a/llvm/lib/MC/MCSection.cpp +++ b/llvm/lib/MC/MCSection.cpp @@ -97,11 +97,3 @@ LLVM_DUMP_METHOD void MCSection::dump() { } OS << "]>"; } - -MCSection::iterator MCSection::begin() { return Fragments.begin(); } - -MCSection::iterator MCSection::end() { return Fragments.end(); } - -MCSection::reverse_iterator MCSection::rbegin() { return Fragments.rbegin(); } - -MCSection::reverse_iterator MCSection::rend() { return Fragments.rend(); } |

