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.


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to