Silence compiler warning about use of uninitialized variables (in reality these
authorNick Lewycky <nicholas@mxc.ca>
Fri, 27 Feb 2009 06:37:39 +0000 (06:37 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 27 Feb 2009 06:37:39 +0000 (06:37 +0000)
commit579214a39a45a85a86599b2839b907397165a97d
tree8dea42ab02658ab9713c0de07992065375a48db0
parent7569af769e520041b00786bc1b19253fd46a0907
Silence compiler warning about use of uninitialized variables (in reality these
are always set by reference on the path that uses them.) No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65621 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp