diff options
Diffstat (limited to 'lib/Analysis/ModuleAnalyzer.cpp')
-rw-r--r-- | lib/Analysis/ModuleAnalyzer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/ModuleAnalyzer.cpp b/lib/Analysis/ModuleAnalyzer.cpp index 0f028d12dd..7f509855d9 100644 --- a/lib/Analysis/ModuleAnalyzer.cpp +++ b/lib/Analysis/ModuleAnalyzer.cpp @@ -99,7 +99,7 @@ bool ModuleAnalyzer::processConstPool(const ConstantPool &CP, bool isMethod) { } if (!isMethod) { - const Module *M = CP.getParent()->castModuleAsserting(); + const Module *M = CP.getParentV()->castModuleAsserting(); // Process the method types after the constant pool... for (Module::const_iterator I = M->begin(); I != M->end(); ++I) { if (handleType(TypeSet, (*I)->getType())) return true; |