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. llvm-svn: 9320
Loading
Please register or sign in to comment