mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 17:32:36 +00:00
Use the target lowering we can get off of the DAG rather than off
of the cached target machine. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e46ce9ac24
commit
ed4589dc16
@ -1501,7 +1501,7 @@ SDValue NVPTXTargetLowering::LowerFormalArguments(
|
||||
|
||||
const Function *F = MF.getFunction();
|
||||
const AttributeSet &PAL = F->getAttributes();
|
||||
const TargetLowering *TLI = nvTM->getTargetLowering();
|
||||
const TargetLowering *TLI = DAG.getTarget().getTargetLowering();
|
||||
|
||||
SDValue Root = DAG.getRoot();
|
||||
std::vector<SDValue> OutChains;
|
||||
|
Loading…
x
Reference in New Issue
Block a user