Skip to content

Commit 636b476

Browse files
committed
Rename intrinsics to intrinsic for consistency.
1 parent 1af6317 commit 636b476

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Diff for: src/terminator/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use memory::Pointer;
1515
use value::PrimVal;
1616
use value::Value;
1717

18-
mod intrinsics;
18+
mod intrinsic;
1919

2020
impl<'a, 'tcx> EvalContext<'a, 'tcx> {
2121

0 commit comments

Comments
 (0)