GRExprEngine: When processing compound assignments, do a switch table lookup...
GRExprEngine: When processing compound assignments, do a switch table lookup to get the non-compound opcode from the compound opcode instead of relying on the order of BinaryOperator::opcode values. This unbreaks the misc-ps.c test. llvm-svn: 63991
Loading
Please register or sign in to comment