forked from OSchip/llvm-project
parent
8d32dee428
commit
e91aed6ce1
|
@ -673,10 +673,6 @@ bool DAE::RemoveDeadStuffFromFunction(Function *F) {
|
|||
while (!F->use_empty()) {
|
||||
CallSite CS = CallSite::get(F->use_back());
|
||||
Instruction *Call = CS.getInstruction();
|
||||
if (!Call) {
|
||||
DOUT << "Old: " << *FTy << "\n";
|
||||
DOUT << "New: " << *NFTy << "\n";
|
||||
}
|
||||
|
||||
ParamAttrsVec.clear();
|
||||
const PAListPtr &CallPAL = CS.getParamAttrs();
|
||||
|
|
Loading…
Reference in New Issue