Sizer target should ignore IVL_LPM_SUBSTITUTE devices.
This commit is contained in:
parent
b99b4b0223
commit
6bc3f98e0a
|
|
@ -125,6 +125,7 @@ void scan_lpms(ivl_scope_t scope, struct sizer_statistics&stats)
|
|||
case IVL_LPM_CONCAT:
|
||||
case IVL_LPM_CONCATZ:
|
||||
case IVL_LPM_REPEAT:
|
||||
case IVL_LPM_SUBSTITUTE:
|
||||
break;
|
||||
|
||||
case IVL_LPM_ADD:
|
||||
|
|
|
|||
Loading…
Reference in New Issue