[Hexagon] Remove unnecessary check

llvm-svn: 325013
This commit is contained in:
Krzysztof Parzyszek 2018-02-13 15:34:29 +00:00
parent f4a7fa7bbe
commit 080bf219c2
1 changed files with 0 additions and 2 deletions

View File

@ -590,8 +590,6 @@ bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op,
VT = LD->getMemoryVT();
} else if (StoreSDNode *ST = dyn_cast<StoreSDNode>(N)) {
VT = ST->getMemoryVT();
if (ST->getValue().getValueType() == MVT::i64 && ST->isTruncatingStore())
return false;
} else {
return false;
}