Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of...
Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of std::equal(op) to appease MSVC Debug build. MSVC Debug build is confused with (possibly invalid) op_begin(), if op_begin() == op_end(). llvm-svn: 210000
Loading
Please register or sign in to comment