Fix a dangling else that gcc-11 warned about. The EXPECT_EQ macro
expands to an if-else, so the whole construction contains a hidden
dangling else.
Details
Details
Diff Detail
Diff Detail
Differential D113346
[IR][ShuffleVector] Fix Wdangling-else warning in InstructionsTest lbenes on Nov 6 2021, 8:49 AM. Authored by
Details Fix a dangling else that gcc-11 warned about. The EXPECT_EQ macro
Diff Detail |