Skip to content
Commit b1fb0d36 authored by John McCall's avatar John McCall
Browse files

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
parent 2ae33975
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment