Don't reload the values that are already there. The llvm.eh.resume uses the same
authorBill Wendling <isanbard@gmail.com>
Sat, 3 Sep 2011 01:38:17 +0000 (01:38 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 3 Sep 2011 01:38:17 +0000 (01:38 +0000)
commit17fe6c48ffd966433496d0cd4b62215c9dc60982
tree411056cb9c18b320db6125b77f135b676aa797a1
parent5a76f00108a3413cff7aebd30efba02ba965b388
Don't reload the values that are already there. The llvm.eh.resume uses the same
values that the resume instruction uses.
PR10850

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139076 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AutoUpgrade.cpp