R600/SI: Fix losing chain when fixing reg class of loads.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 10 Sep 2014 23:26:19 +0000 (23:26 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 10 Sep 2014 23:26:19 +0000 (23:26 +0000)
commit5ee5d45e7e94fe6a3ecaa338c07ab86c8f855018
tree25a57a2ecd1b5351695c34cc0c20bae5f41af13a
parentc8256c4dcb182bb67dab268c03cd43071eccdf5a
R600/SI: Fix losing chain when fixing reg class of loads.

The lost chain resulting in earlier side effecting nodes
being deleted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217561 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIISelLowering.cpp
test/CodeGen/R600/missing-store.ll [new file with mode: 0644]