Simplify code by removing InstLocalVarsVisitor, replacing it with a simple
authorChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 20:33:35 +0000 (20:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 9 May 2002 20:33:35 +0000 (20:33 +0000)
commit7683a12e2063c7226cc24a1f5cd6ce4ca99d140d
treeb1ef1e8b663279338a7f282e4aa20474c66480bc
parent1f02c8910a4d9388e69d909b203e537509bed7d2
Simplify code by removing InstLocalVarsVisitor, replacing it with a simple
inst_iterator.

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