The "-Werror=enum-compare" shows that the statement is using two different enums:
enumeral mismatch in conditional expression: 'llvm::X86ISD::NodeType' vs 'llvm::ISD::NodeType'
A follow-up fix on D21235.
Differential D21278
Fix an enumeral mismatch warning. hokein on Jun 13 2016, 1:49 AM. Authored by
Details The "-Werror=enum-compare" shows that the statement is using two different enums: enumeral mismatch in conditional expression: 'llvm::X86ISD::NodeType' vs 'llvm::ISD::NodeType' A follow-up fix on D21235.
Diff Detail Event TimelineComment Actions LG. Fix the change description when submitting, though - this is not about an enum comparison, right? |