Constant exprs are not efficiently negatable in practice. This disables
turning X - (constantexpr) into X + (-constantexpr) among other things. llvm-svn: 18935
Loading
Please register or sign in to comment
turning X - (constantexpr) into X + (-constantexpr) among other things. llvm-svn: 18935