Merge pull request #3316 from jbj/arithTypesMatch-perf

C++: inline arithTypesMatch predicate
This commit is contained in:
Mathias Vorreiter Pedersen
2020-04-24 09:13:02 +02:00
committed by GitHub

View File

@@ -6,6 +6,7 @@
import cpp
pragma[inline]
private predicate arithTypesMatch(Type arg, Type parm) {
arg = parm
or