Add note to simple_preopt differentiating its use from the preopt crate.

This commit is contained in:
Tyler McMullen
2018-12-18 12:38:18 -08:00
committed by Benjamin Bouvier
parent fc6876c68e
commit 57f087c9da

View File

@@ -1,4 +1,8 @@
//! A pre-legalization rewriting pass.
//!
//! This module provides early-stage optimizations. The optimizations found
//! should be useful for already well-optimized code. More general purpose
//! early-stage optimizations can be found in the preopt crate.
#![allow(non_snake_case)]