Skip to content

Commit 6362a21

Browse files
committed
[ASan] Fix IRTests/InstructionsTest.UnaryOperator
Fix ASan regression from r374782. llvm-svn: 374808
1 parent 0294510 commit 6362a21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/IR/InstructionsTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,6 +1128,7 @@ TEST(InstructionsTest, UnaryOperator) {
11281128
EXPECT_FALSE(isa<BinaryOperator>(F));
11291129

11301130
F->deleteValue();
1131+
I->deleteValue();
11311132
}
11321133

11331134
} // end anonymous namespace

0 commit comments

Comments
 (0)