forked from OSchip/llvm-project
parent
cd481d3845
commit
0b01471694
|
@ -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…
Reference in New Issue