Simplify and clean up function calls.
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 04:21:21 +0000 (04:21 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 04:21:21 +0000 (04:21 +0000)
commit2f499023741bb7a507380569d82281356f759a45
tree6778c40c10b10be9f6a297dbb421e357f903f575
parent2f5eb4e9a55b06cec0516a2e6a371afd46f0fd12
Simplify and clean up function calls.
Now indirect function calls work, except that function pointer types are not correct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2573 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp