forked from OSchip/llvm-project
parent
b48a4aaec9
commit
e9cff3328f
|
@ -1269,8 +1269,6 @@ PerformPIC16LoadCombine(SDNode *N, DAGCombinerInfo &DCI) const {
|
||||||
// unwanted store operations
|
// unwanted store operations
|
||||||
SDValue PIC16TargetLowering::
|
SDValue PIC16TargetLowering::
|
||||||
PerformStoreCombine(SDNode *N, DAGCombinerInfo &DCI) const {
|
PerformStoreCombine(SDNode *N, DAGCombinerInfo &DCI) const {
|
||||||
SelectionDAG &DAG = DCI.DAG;
|
|
||||||
SDValue Chain;
|
|
||||||
return SDValue(N, 0);
|
return SDValue(N, 0);
|
||||||
/*
|
/*
|
||||||
// Storing an undef value is of no use, so remove it
|
// Storing an undef value is of no use, so remove it
|
||||||
|
|
Loading…
Reference in New Issue