mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-15 09:33:39 +00:00
Remove dead #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28642 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35033efd08
commit
ecf626fedf
@ -298,8 +298,6 @@ ConstantFoldMappedInstruction(const Instruction *I) {
|
|||||||
return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops);
|
return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
/// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,
|
/// CloneAndPruneFunctionInto - This works exactly like CloneFunctionInto,
|
||||||
/// except that it does some simple constant prop and DCE on the fly. The
|
/// except that it does some simple constant prop and DCE on the fly. The
|
||||||
/// effect of this is to copy significantly less code in cases where (for
|
/// effect of this is to copy significantly less code in cases where (for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user