[PowerPC] Remove redundant code.
authorTilmann Scheller <t.scheller@samsung.com>
Tue, 10 Nov 2015 12:29:37 +0000 (12:29 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Tue, 10 Nov 2015 12:29:37 +0000 (12:29 +0000)
commitdc09445cfe4cb1f0e95715b29f2964b0498c91ba
treea5fcf145c649d8c8227de1b03cd755ecdb3264e4
parent2358986dd4ecf9dd9743b808d9a23749897353cd
[PowerPC] Remove redundant code.

The local variable Hi is never being read.

Issue identified by the Clang static analyzer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252600 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp