Remove dead 'return'.

llvm-svn: 203265
This commit is contained in:
Ted Kremenek 2014-03-07 18:51:16 +00:00
parent cd481d3845
commit 0b01471694
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ unsigned ARMTTI::getIntImmCost(const APInt &Imm, Type *Ty) const {
// Load from constantpool.
return 3;
}
return 2;
}
unsigned ARMTTI::getCastInstrCost(unsigned Opcode, Type *Dst,