From 82baa9c39411ee5bf1a035742cc2ff69bc40641b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 2 Jun 2004 05:55:25 +0000 Subject: Convert to the new TargetMachine interface. llvm-svn: 13952 --- llvm/lib/Target/X86/InstSelectSimple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/X86/InstSelectSimple.cpp') diff --git a/llvm/lib/Target/X86/InstSelectSimple.cpp b/llvm/lib/Target/X86/InstSelectSimple.cpp index 494feb97c78..c6afdde1d0d 100644 --- a/llvm/lib/Target/X86/InstSelectSimple.cpp +++ b/llvm/lib/Target/X86/InstSelectSimple.cpp @@ -638,7 +638,7 @@ void ISel::LoadArgumentsToVirtualRegs(Function &Fn) { /// the current one. /// void ISel::SelectPHINodes() { - const TargetInstrInfo &TII = TM.getInstrInfo(); + const TargetInstrInfo &TII = *TM.getInstrInfo(); const Function &LF = *F->getFunction(); // The LLVM function... for (Function::const_iterator I = LF.begin(), E = LF.end(); I != E; ++I) { const BasicBlock *BB = I; -- cgit v1.2.3