Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB. No in...
authorOwen Anderson <resistor@mac.com>
Mon, 21 May 2012 22:39:20 +0000 (22:39 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 21 May 2012 22:39:20 +0000 (22:39 +0000)
commit4b6e6750fed37879ce4730571cae1bfa342e8e02
tree186c9f74cf58c984277bb7e547a5a89b887da8b9
parentb551f0cc7882cd9cc9c3a3b2e4d35bc942a9cb44
Fix use of an unitialized value in the LegalizeOps expansion for ISD::SUB.  No in-tree targets exercise this path.

Patch by Micah Villmow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157215 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp