"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "2da5eee33cb91dbad745350925fc6db479b43cc1"
The FP constant evaluator was missing a few cases of unary operators that return floats
but whose operand isn't a float: specifically, __real__ and __imag__. Instead of filtering these out, just implement them. Fixes <rdar://problem/7958272>. llvm-svn: 103307
Loading
Please register or sign in to comment