Move FunctionArgument out of iOther.h into Argument.h and rename class to
authorChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 19:39:35 +0000 (19:39 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 19:39:35 +0000 (19:39 +0000)
commit80dd50b4aaee0ae609d21f8dded9c3af1e801b9e
tree32a0faba53919e198ee45e4502d268c96a92d145
parent6c7fd1f4142223c188bc1bd5a99046e1ba6c61cf
Move FunctionArgument out of iOther.h into Argument.h and rename class to
be 'Argument' instead of FunctionArgument.

Move Argument implementation to Function.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2211 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Function.cpp