[meta] Morph a few pub into pub(crate), and remove dead code;
This commit is contained in:
@@ -2,7 +2,7 @@ use crate::cdsl::operands::{OperandKind, OperandKindBuilder as Builder};
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
pub struct Immediates {
|
||||
pub(crate) struct Immediates {
|
||||
/// A 64-bit immediate integer operand.
|
||||
///
|
||||
/// This type of immediate integer can interact with SSA values with any IntType type.
|
||||
|
||||
Reference in New Issue
Block a user