vec-ify ObjC* build_objc_method_call()
authorIain Sandoe <iains@gcc.gnu.org>
Thu, 7 Oct 2010 14:22:27 +0000 (14:22 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Thu, 7 Oct 2010 14:22:27 +0000 (14:22 +0000)
commit7427ba36d54d467d0a9ed24dfcf536d29ecd9859
tree749b2b8820b69e0982409602f72b609e1da79928
parentfd6510698d56f7044737d56105f47faed2e715f6
vec-ify ObjC* build_objc_method_call()

gcc/objc:
* objc-act.c (build_objc_method_call): Replace calls to
build_function_call () with the VEC equivalent.  Construct parameter
lists as VECs.

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