diff --git a/llvm/unittests/IR/InstructionsTest.cpp b/llvm/unittests/IR/InstructionsTest.cpp --- a/llvm/unittests/IR/InstructionsTest.cpp +++ b/llvm/unittests/IR/InstructionsTest.cpp @@ -1204,8 +1204,9 @@ int Elt = std::get<0>(I); int ActualElt = std::get<0>(I); - if (Elt != -1) + if (Elt != -1) { EXPECT_EQ(Elt, ActualElt); + } } return /*Abort=*/false;