diff options
Diffstat (limited to 'lib/Bytecode/Writer/Writer.cpp')
-rw-r--r-- | lib/Bytecode/Writer/Writer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/Writer.cpp b/lib/Bytecode/Writer/Writer.cpp index 2be490dbed..32ea04009c 100644 --- a/lib/Bytecode/Writer/Writer.cpp +++ b/lib/Bytecode/Writer/Writer.cpp @@ -97,7 +97,7 @@ bool BytecodeWriter::processConstPool(const ConstantPool &CP, bool isMethod) { delete CPool; // End bytecode block section! if (!isMethod) // The ModuleInfoBlock follows directly after the c-pool - outputModuleInfoBlock(CP.getParent()->castModuleAsserting()); + outputModuleInfoBlock(CP.getParentV()->castModuleAsserting()); return false; } |