Recommit klickverbot's patch for LLVM-2.9.

This commit is contained in:
Kelly Wilson
2011-04-20 09:28:37 -06:00
parent 7c81278b9c
commit 72ea043124
15 changed files with 221 additions and 250 deletions

View File

@@ -57,7 +57,7 @@ IRTargetScope::IRTargetScope(Statement* s, EnclosingHandler* enclosinghandler, l
//////////////////////////////////////////////////////////////////////////////////////////
IRState::IRState(llvm::Module* m)
: module(m), difactory(*m)
: module(m), dibuilder(*m)
{
interfaceInfoType = NULL;
mutexType = NULL;