remove some TYPE_ARG_TYPES usage in objc/
authorNathan Froyd <froydnj@codesourcery.com>
Fri, 20 May 2011 19:57:52 +0000 (19:57 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Fri, 20 May 2011 19:57:52 +0000 (19:57 +0000)
commit769b55b24fa8db8cbe084203d2ed4354bbb6b060
tree81929bef88ad47d8accd79f31dc83c413380fe1a
parente6450c11b26d746328554ba8041577e173fad8f1
remove some TYPE_ARG_TYPES usage in objc/

remove some TYPE_ARG_TYPES usage in objc/
* objc-act.c (objc_compare_types): Use function_args_iterator
instead of TYPE_ARG_TYPES to compare function argument types.

From-SVN: r173977
gcc/objc/ChangeLog
gcc/objc/objc-act.c