forked from OSchip/llvm-project
parent
ed4b293b68
commit
e410576865
|
@ -751,7 +751,7 @@ void AMDGPUDAGToDAGISel::PostprocessISelDAG() {
|
|||
}
|
||||
|
||||
// Go over all selected nodes and try to fold them a bit more
|
||||
const AMDGPUTargetLowering& Lowering = ((const AMDGPUTargetLowering&)TLI);
|
||||
const AMDGPUTargetLowering& Lowering = (*(const AMDGPUTargetLowering*)TLI);
|
||||
for (SelectionDAG::allnodes_iterator I = CurDAG->allnodes_begin(),
|
||||
E = CurDAG->allnodes_end(); I != E; ++I) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue