remove is_noop
This commit is contained in:
parent
2f004d2d40
commit
4bd571c4ff
4 changed files with 4 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue