StoreInst does not produce any result thus it's useless to create new
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 8 Nov 2008 12:58:07 +0000 (12:58 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 8 Nov 2008 12:58:07 +0000 (12:58 +0000)
commite0f4af3b49f8bcf5aed470e3f023133510e1da12
treeba5d9f1673ae1fa11a051aae0fe0b183bae97624
parent760a5724c671467dd407184c7a88ae145c0f938b
StoreInst does not produce any result thus it's useless to create new
variable for it. This greatly reduces amount of unused variables in
llvm2cpp-generated code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58905 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CppBackend/CPPBackend.cpp