Fix OSS build
Missing a spot with std::make_pair causes a compiler error in OSS. Also fixes the warning: ``` warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] it->getSecond()->getType().isa<BufferType>() && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ "Buffer or block argument expected"); ``` PiperOrigin-RevId: 252738323
Loading
Please sign in to comment