mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Use the target lowering we can get off of the DAG rather than off
of the cached target machine. llvm-svn: 211858
This commit is contained in:
parent
a85c76778d
commit
e3a87b8eff
@ -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