If a call to getTruncStore is for a normal store,
authorDuncan Sands <baldrick@free.fr>
Tue, 30 Oct 2007 12:40:58 +0000 (12:40 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 30 Oct 2007 12:40:58 +0000 (12:40 +0000)
commitba3b1d10fd9bc3034a5947da7cc6e32a70ce23d4
tree653061453b66582e35fd262dbd66e4a839cda5ca
parent6e3a8f3dfb9aad0775c53271c9409cd3c5835e59
If a call to getTruncStore is for a normal store,
offload to getStore rather than trying to handle
both cases at once (the assertions for example
assume the store really is truncating).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43498 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp