File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ pub enum Passes {
5555 /// Creates a conditional constant propagation (CCP) pass.
5656 /// This pass implements the SSA-CCP algorithm in
5757 ///
58- /// Constant propagation with conditional branches,
59- /// Wegman and Zadeck, ACM TOPLAS 13(2):181-210.
58+ /// Constant propagation with conditional branches,
59+ /// Wegman and Zadeck, ACM TOPLAS 13(2):181-210.
6060 ///
6161 /// Constant values in expressions and conditional jumps are folded and
6262 /// simplified. This may reduce code size by removing never executed jump targets
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use std::fmt;
88/// the method will choose the highest version of SPIR-V supported by the target
99/// environment. Examples:
1010///
11- /// ```
11+ /// ```text
1212/// SPV_ENV_VULKAN_1_0 -> SPIR-V 1.0
1313/// SPV_ENV_VULKAN_1_1 -> SPIR-V 1.3
1414/// SPV_ENV_VULKAN_1_1_SPIRV_1_4 -> SPIR-V 1.4
You can’t perform that action at this time.
0 commit comments