"Default context" blocks can occur after a non-default one. This meant
authorNick Lewycky <nicholas@mxc.ca>
Sat, 13 Jan 2007 02:05:28 +0000 (02:05 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 13 Jan 2007 02:05:28 +0000 (02:05 +0000)
commit0be7f47735c15818493db1e11b63c6baad575cfa
treeb2c7f8228c90e7683ff13adf0e88bb36756d2170
parenta1fed2d1c0494e4fe460582c62213facfbaaf78a
"Default context" blocks can occur after a non-default one. This meant
that properties were being applied where they didn't belong. Fixes crash
in new MiBench testcase.

Also mark debugging code as such in #ifdef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33177 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/PredicateSimplifier.cpp