Update other doc.
Value was renamed to Operand inad2de8b4eeScalarPair to Slice infe50b4eb1dNot familiar enough with rustc's source to know if the comment is even still applicable.
This commit is contained in:
parent
ff63bf8fc7
commit
7589d3a400
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ pub struct RawConst<'tcx> {
|
|||
pub ty: Ty<'tcx>,
|
||||
}
|
||||
|
||||
/// Represents a constant value in Rust. `Scalar` and `ScalarPair` are optimizations that
|
||||
/// match the `LocalState` optimizations for easy conversions between `Value` and `ConstValue`.
|
||||
/// Represents a constant value in Rust. `Scalar` and `Slice` are optimizations that
|
||||
/// match the `LocalState` optimizations for easy conversions between `Operand` and `ConstValue`.
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, PartialOrd, Ord,
|
||||
RustcEncodable, RustcDecodable, Hash, HashStable)]
|
||||
pub enum ConstValue<'tcx> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue