Issue 311 - Add a pass to make NaN bits deterministic. (#322)

This commit is contained in:
pup
2018-05-09 16:11:58 -04:00
committed by Dan Gohman
parent f636d795c5
commit b36fc6b75f
6 changed files with 105 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ pub use entity::packed_option;
mod abi;
mod bitset;
mod nan_canonicalization;
mod constant_hash;
mod context;
mod dce;