Fix obsolete paths in comments.

This commit is contained in:
Dan Gohman
2018-03-08 12:12:10 -08:00
parent b9d7a43439
commit 8df9fe6c87
8 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
//! Predicate functions for testing instruction fields.
//!
//! This module defines functions that are used by the instruction predicates defined by
//! `lib/cretonne/meta/cretonne/predicates.py` classes.
//! `lib/cretonne/meta/cdsl/predicates.py` classes.
//!
//! The predicates the operate on integer fields use `Into<i64>` as a shared trait bound. This
//! bound is implemented by all the native integer types as well as `Imm64`.