| commit | 57e5f7e45f23d176cbd610bb2ff16cc307c3df2c | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Feb 17 08:12:06 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Feb 17 08:12:06 2009 +0000 |
| tree | f5983caa325f81617df4840b906021daf80188ce | |
| parent | bf9a0e34c7c718081ffeafb79cd510341b2c2927 [diff] |
emit:
t.c:4:9: error: invalid type 'short *' to __real operator
__tg_choose (__real__(z), C##f(z), (C)(z), C##l(z)),
^
instead of:
t.c:4:9: error: invalid type 'short *' to __real or __imag operator
__tg_choose (__real__(z), C##f(z), (C)(z), C##l(z)),
^
fixing a fixme. It would be even fancier to get the spelling of the token, but I
don't care *that* much :)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64759 91177308-0d34-0410-b5e6-96231b3b80d8