remove is_noop
This commit is contained in:
parent
e59b024e02
commit
513d72d007
@ -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),)*
|
||||
|
Loading…
x
Reference in New Issue
Block a user