Don't forget to add the declaration of our temporary variable for assigns.
authorEric Anholt <eric@anholt.net>
Thu, 24 Jun 2010 16:06:12 +0000 (09:06 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 24 Jun 2010 20:32:35 +0000 (13:32 -0700)
commitae805922b7e3cdaf3aee26c3b799fe3608669bba
tree2c428e9a5577eea2cc8a25da077f9043d558cc51
parentf66ba4f3579d69841176bfe7ced9df80eac57a80
Don't forget to add the declaration of our temporary variable for assigns.

Otherwise, dead code elimination gets confused since it relies on
seeing decls.
ast_to_hir.cpp