mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
We accidentally were throttling the propagation of uninitialized state across assignments (e.g. x = y). Thanks to Anders Carlsson for spotting this problem. Added test cases to test suite to provide regression testing for the uninitialized values analysis. llvm-svn: 44306