Try to fix uninitialized read reported by msan.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner 2017-06-15 23:44:19 +00:00
parent 8a6e29803a
commit ae75a98ae9

View File

@ -95,5 +95,6 @@ int main(int argc, char **argv) {
if (Res == 0)
Out->keep();
Out->os().flush();
return Res;
}