Use clear() to zero an existing APInt.
authorDan Gohman <gohman@apple.com>
Sat, 21 Jun 2008 22:02:15 +0000 (22:02 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 21 Jun 2008 22:02:15 +0000 (22:02 +0000)
commit317adcc9c6b29fb491d615996ba70b5c415a9eb2
tree18b2f138814376c1861bfd037955479cf3133b2b
parent719de53742167ca3f0e6b2efafb6eac18bd90452
Use clear() to zero an existing APInt.

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