diff options
author | Ted Kremenek <kremenek@apple.com> | 2014-03-07 18:51:16 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2014-03-07 18:51:16 +0000 |
commit | 0b0147169489c36d04ef3506b9f280ec7a25e485 (patch) | |
tree | 73f1912a9dc5c06064b38a0bd856c7b4c2c54748 | |
parent | cd481d3845a66619968efc06b3513d09533158a0 (diff) | |
download | bcm5719-llvm-0b0147169489c36d04ef3506b9f280ec7a25e485.tar.gz bcm5719-llvm-0b0147169489c36d04ef3506b9f280ec7a25e485.zip |
Remove dead 'return'.
llvm-svn: 203265
-rw-r--r-- | llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp b/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp index 31ad0b5d2c4..3e7836472a1 100644 --- a/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp +++ b/llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp @@ -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, |