This is an archive of the discontinued LLVM Phabricator instance.

Silence warnings introduced with r333093
AbandonedPublic

Authored by jdoerfert on May 23 2018, 4:01 PM.

Details

Reviewers
None
Summary

r333093 introduced several warnings (-Wlogical-not-parentheses,
-Wbool-compare).
Adding parentheses in MipsSEInstrInfo::isCopyInstr() to silence it.

Diff Detail

Event Timeline

jdoerfert created this revision.May 23 2018, 4:01 PM
jdoerfert planned changes to this revision.May 23 2018, 4:01 PM
jdoerfert abandoned this revision.May 23 2018, 4:02 PM

Misused arcanist, sorry.