mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
an uninitialized value. In reality the code block that initializes it and the code block that restores it will always match up - but the analyzer doesn't know that and I want to quiet it, so... clang static analyzer fixit. llvm-svn: 219869