"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c9262401729824caa25001e341832d689596023a"
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