The test is searching for a specific opcode when it doesn't really need to. This causes a problem when the opcode changes for whatever reason, so update the test with a change similar to r274774 to make the test more robust.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM - I've got the same change as part of https://reviews.llvm.org/D28079 - that part already got approved there.
Feel free to commit.