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)
commit5cb121d4380d61bfb10f0e2962a62b4c2c410179
tree2d1007dc3a338a41174aa285010447e4b69ba90e
parent961f43fb70f65a2697f67c6857587608a888e6cb
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.

llvm-svn: 224114
llvm/tools/lli/ChildTarget/ChildTarget.cpp