mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
Remove dead code and whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175804 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
633e24dc04
commit
5e5529c74c
@ -271,13 +271,6 @@ public:
|
||||
return I->second;
|
||||
}
|
||||
|
||||
/*LatticeVal getStructLatticeValueFor(Value *V, unsigned i) const {
|
||||
DenseMap<std::pair<Value*, unsigned>, LatticeVal>::const_iterator I =
|
||||
StructValueState.find(std::make_pair(V, i));
|
||||
assert(I != StructValueState.end() && "V is not in valuemap!");
|
||||
return I->second;
|
||||
}*/
|
||||
|
||||
/// getTrackedRetVals - Get the inferred return value map.
|
||||
///
|
||||
const DenseMap<Function*, LatticeVal> &getTrackedRetVals() {
|
||||
@ -710,9 +703,6 @@ void SCCPSolver::visitPHINode(PHINode &PN) {
|
||||
markConstant(&PN, OperandVal); // Acquire operand value
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void SCCPSolver::visitReturnInst(ReturnInst &I) {
|
||||
if (I.getNumOperands() == 0) return; // ret void
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user