Put a space between "//!" and "```".
This commit is contained in:
@@ -14,13 +14,13 @@
|
|||||||
//!
|
//!
|
||||||
//! When legalizing a single instruction, it is wrapped in splits and concatenations:
|
//! When legalizing a single instruction, it is wrapped in splits and concatenations:
|
||||||
//!
|
//!
|
||||||
//!```clif
|
//! ```clif
|
||||||
//! v1 = bxor.i64 v2, v3
|
//! v1 = bxor.i64 v2, v3
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! becomes:
|
//! becomes:
|
||||||
//!
|
//!
|
||||||
//!```clif
|
//! ```clif
|
||||||
//! v20, v21 = isplit v2
|
//! v20, v21 = isplit v2
|
||||||
//! v30, v31 = isplit v3
|
//! v30, v31 = isplit v3
|
||||||
//! v10 = bxor.i32 v20, v30
|
//! v10 = bxor.i32 v20, v30
|
||||||
|
|||||||
Reference in New Issue
Block a user