OSDN Git Service

vec-ify ObjC* build_objc_method_call()
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2010 14:22:27 +0000 (14:22 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Oct 2010 14:22:27 +0000 (14:22 +0000)
commit40d49b18c24cc68306b037e0894608e61499d03a
tree749b2b8820b69e0982409602f72b609e1da79928
parentb79b475d0dd7fe7d492035c2c05b5c5a83ed7639
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165112 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/objc/ChangeLog
gcc/objc/objc-act.c