Incorporate and purge function before and after printing them so unnamed values
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 03:12:34 +0000 (03:12 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 03:12:34 +0000 (03:12 +0000)
commitf34ee81c5ef50c10679873bcd491fa1f6796c638
tree932bd81eea65fe1b840bed0cce4160a0a7dd3ebe
parentb5af06a0ec7e646b9b405ef7f1e3e23b19cf415d
Incorporate and purge function before and after printing them so unnamed values
have some hope of working right.

Function calls do not try to emit an lvalue if they return void.

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