Fix the path to cdsl/types.py in a comment.

This commit is contained in:
Dan Gohman
2018-10-26 11:22:43 -07:00
parent e999c53eaa
commit 1b21d3a90e

View File

@@ -24,7 +24,7 @@ pub struct Type(u8);
/// Not a valid type. Can't be loaded or stored. Can't be part of a SIMD vector.
pub const INVALID: Type = Type(0);
/// Start of the lane types. See also `meta-python/cdsl.types.py`.
/// Start of the lane types. See also `meta-python/cdsl/types.py`.
const LANE_BASE: u8 = 0x70;
/// Start of the 2-lane vector types.