qat
qat copied to clipboard
Revise no-child exit path of matchChildren
If a pattern is created with no children, the exit path is always returning true. Check whether this should always be the case. One suggestion is that the value
should be an instance of llvm::User
.