Fixed aop_register_pass() order.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 8 Sep 2010 02:04:16 +0000 (22:04 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 8 Sep 2010 02:04:16 +0000 (22:04 -0400)
commita64f8314847f2064ab13f5c55e5f559b4e8a6ac3
treeafcbc556b6e72c67c3dc93ffd4d777096ef1a202
parentca28bdbfed3cc2762f9efce4136608494a3336fa
Fixed aop_register_pass() order.

We now insert BEFORE "veclower" instead of AFTER "cfg."  The result is
the same when inserting just one pass, but when inserting multiple
passes, the order is preserved (i.e., passes occur in the same order
as they were inserted).
src/aop-main.c