1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

MC: Add missing forward in MCLoggingStreamer.

llvm-svn: 115830
This commit is contained in:
Michael J. Spencer 2010-10-06 20:36:47 +00:00
parent 820fe774b4
commit b1c4f7b52a

View File

@ -56,6 +56,7 @@ public:
virtual void InitSections() {
LogCall("InitSections");
return Child->InitSections();
}
virtual void EmitLabel(MCSymbol *Symbol) {