memtrace_simple and instrace_simple don't need to ignore predicated instructions
Created by: toshipiazza
Both memtrace_simple
and instrace_simple
will not place clean calls in front of predicated instructions, because of #1702 (closed), however these samples don't actually have to deal with predicated clean calls so they are not applicable.
We can remove the issue reference and the associated instruction predication test.