Remove the reverse iterators for arguments and global vars.
authorChris Lattner <sabre@nondot.org>
Mon, 14 Mar 2005 23:49:40 +0000 (23:49 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Mar 2005 23:49:40 +0000 (23:49 +0000)
commit2427c9dfb3d76f7c71fcc7e9291464d8e6eb1cc2
treea117d2ece6af51aea09adbe273c9a9263ca4f66f
parentca3d59b1dc2d30b64daa443210cba8e95396e189
Remove the reverse iterators for arguments and global vars.
Rename argument iterators arg_* instead of a*
Remove global variable iterators global_* instead of g*.

Keep the old names for temporary compatibility.

Patch contributed by Gabor Greif!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20591 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
include/llvm/Module.h