OSDN Git Service

[NFC] Zero initialize local variables
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Fri, 1 Jun 2018 14:23:15 +0000 (14:23 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Fri, 1 Jun 2018 14:23:15 +0000 (14:23 +0000)
commitdb87b1cd645059dd98d3d91f61f172f9dbd2ac1a
tree221380f6e77247769e2e52064b4009ee3f77924f
parent1d12ed527346bc73406d25fe852175c44b97b21c
[NFC] Zero initialize local variables

This patch makes local variables zero initialized to avoid broken values in debug output.

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