Bugzilla – Bug 225
[pruneeh] -pruneeh pass removes invoke instructions it shouldn't
Last modified: 2004-02-08 15:18:04
You need to log in before you can comment on or make changes to this bug.
The logic in the -pruneeh pass is completely flawed. It's not clear how it ever could have worked, but it is now the cause of several failures in SingleSource/UnitTests/SetjmpLongjmp. -Chris
Fixed. Patch here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040202/011331.html Testcases are in SingleSource/UnitTests/SetjmpLongjmp, which all pass now, in all configurations. -Chris