Preselection is _not_ a basicblock pass, because it adds global variables to
authorChris Lattner <sabre@nondot.org>
Tue, 21 Oct 2003 14:49:19 +0000 (14:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Oct 2003 14:49:19 +0000 (14:49 +0000)
commitdac9131e281a2e7032aa2520d32336a25b947b1d
treeba24becc4759c6e320ea688e16307a1a7aef4fb4
parentd8846c19bd429c0b7db79bcbd1ae964de462ae19
Preselection is _not_ a basicblock pass, because it adds global variables to
the module.  This change converts it from being a basic block pass to being
a simple pass.  This allows elimination of the annotation and simplification
of the logic for moving constants into global variables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9PreSelection.cpp