[llvm-commits] [llvm-gcc-4.2] r46765 - in /llvm-gcc-4.2/trunk/gcc: config/i386/llvm-i386-target.h llvm-types.cpp

Anton Korobeynikov asl at math.spbu.ru
Tue Feb 5 13:56:53 PST 2008


Hi Dale,

Looks like there is some desynchronization here now:

> +      } else if (TREE_CODE(Type) == INTEGER_TYPE ||             \
> +                 TREE_CODE(Type) == ENUMERAL_TYPE) {            \
Shouldn't be POINTER_TYPE here also?

> +    if (TREE_CODE(ArgTy) == INTEGER_TYPE || TREE_CODE(ArgTy) == POINTER_TYPE ||
> +        TREE_CODE(ArgTy) == REAL_TYPE)
And ENUMERAL_TYPE here?

-- 
With best regards, Anton Korobeynikov.

Faculty of Mathematics & Mechanics, Saint Petersburg State University.





More information about the llvm-commits mailing list