diff options
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp index 5452b1721bb..f46b9281ae0 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -1612,7 +1612,7 @@ FastISel::FastISel(FunctionLoweringInfo &FuncInfo,                     bool SkipTargetIndependentISel)      : FuncInfo(FuncInfo), MF(FuncInfo.MF), MRI(FuncInfo.MF->getRegInfo()),        MFI(*FuncInfo.MF->getFrameInfo()), MCP(*FuncInfo.MF->getConstantPool()), -      TM(FuncInfo.MF->getTarget()), DL(*TM.getDataLayout()), +      TM(FuncInfo.MF->getTarget()), DL(MF->getDataLayout()),        TII(*MF->getSubtarget().getInstrInfo()),        TLI(*MF->getSubtarget().getTargetLowering()),        TRI(*MF->getSubtarget().getRegisterInfo()), LibInfo(LibInfo),  | 

