Add note to simple_preopt differentiating its use from the preopt crate.
This commit is contained in:
committed by
Benjamin Bouvier
parent
fc6876c68e
commit
57f087c9da
@@ -1,4 +1,8 @@
|
|||||||
//! A pre-legalization rewriting pass.
|
//! 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)]
|
#![allow(non_snake_case)]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user