We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d2e93 commit 636e370Copy full SHA for 636e370
llvm/unittests/Transforms/Utils/LocalTest.cpp
@@ -679,7 +679,6 @@ TEST(Local, FindDbgRecords) {
679
findDbgUsers(Arg, Records);
680
EXPECT_EQ(Records.size(), 1u);
681
682
- SmallVector<DbgValueInst *> Vals;
683
Records.clear();
684
// Arg (%a) is used twice by a single dbg_assign. Check findDbgValues returns
685
// only 1 pointer to it rather than 2.
0 commit comments