Skip to content

Commit 513d72d

Browse files
committed
remove is_noop
1 parent e59b024 commit 513d72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intrinsics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ macro call_intrinsic_match {
9090
match $intrinsic {
9191
$(
9292
sym::$name => {
93-
assert!($substs.is_noop());
93+
assert!($substs.is_empty());
9494
if let [$(ref $arg),*] = *$args {
9595
let ($($arg,)*) = (
9696
$(codegen_operand($fx, $arg),)*

0 commit comments

Comments
 (0)