Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 12 Dec 2014 11:07:51 +0000 (11:07 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 12 Dec 2014 11:07:51 +0000 (11:07 +0000)
commit536c84fb8629e23c84a7e6eac2d7e26fd776c9ba
treeada26c8d949fbc727444012da6b56a8ea223a47b
parent2c86ed89aeda5e92e914a4c3cf1110af8bfb6776
Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.

In release builds this is actually possible as without asserts there is
no testing of the actual read bytes and the variables could be partially
uninitialized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224114 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lli/ChildTarget/ChildTarget.cpp