mirror of
https://github.com/RPCSX/llvm.git
synced 2026-01-31 01:05:23 +01:00
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:
@@ -95,5 +95,6 @@ int main(int argc, char **argv) {
|
||||
if (Res == 0)
|
||||
Out->keep();
|
||||
|
||||
Out->os().flush();
|
||||
return Res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user