remove is_noop

This commit is contained in:
lcnr 2022-01-19 10:33:23 +01:00
parent e59b024e02
commit 513d72d007

View File

@ -90,7 +90,7 @@ macro call_intrinsic_match {
match $intrinsic {
$(
sym::$name => {
assert!($substs.is_noop());
assert!($substs.is_empty());
if let [$(ref $arg),*] = *$args {
let ($($arg,)*) = (
$(codegen_operand($fx, $arg),)*