mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-14 15:33:34 +00:00
Remove dead 'return'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203265 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5955c7dac
commit
af0c5ed7e5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user