[WebAssembly] Delete an unnecessary line in RegStackify
authorHeejin Ahn <aheejin@gmail.com>
Wed, 26 Dec 2018 22:33:35 +0000 (22:33 +0000)
committerHeejin Ahn <aheejin@gmail.com>
Wed, 26 Dec 2018 22:33:35 +0000 (22:33 +0000)
commitce1d50f9d77c3aeac239c5877b02a96bcc2828b9
tree7f859f8961ad387079b267b689807755e97abf12
parent99d39463987251cd85d3b7abe8eec02bcea10686
[WebAssembly] Delete an unnecessary line in RegStackify

`OneUseInst` is set outside of the loop before and `OneUse` does not
change throughout the loop, so this line is not necessary.

llvm-svn: 350076
llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp