diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-10-06 20:36:47 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-10-06 20:36:47 +0000 |
commit | 345ed9806a0ab5d680da1ff78fe3df7ebbc6107d (patch) | |
tree | 6d8d1df4480a2064776429d4592c0c5cca61483a /lib/MC/MCLoggingStreamer.cpp | |
parent | 4778643912832bc8118eace1aee16554117a8eef (diff) |
MC: Add missing forward in MCLoggingStreamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115830 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCLoggingStreamer.cpp')
-rw-r--r-- | lib/MC/MCLoggingStreamer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCLoggingStreamer.cpp b/lib/MC/MCLoggingStreamer.cpp index 879afa44c5..761574545f 100644 --- a/lib/MC/MCLoggingStreamer.cpp +++ b/lib/MC/MCLoggingStreamer.cpp @@ -56,6 +56,7 @@ public: virtual void InitSections() { LogCall("InitSections"); + return Child->InitSections(); } virtual void EmitLabel(MCSymbol *Symbol) { |