Skip to content
  • Chris Lattner's avatar
    emit: · 709322b8
    Chris Lattner authored
    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 :)
    
    llvm-svn: 64759
    709322b8
Loading