Skip to content

Commit 4138a28

Browse files
jsjiCopilot
andauthored
Update llvm/unittests/Analysis/IR2VecTest.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 9e65c6c commit 4138a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Analysis/IR2VecTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class IR2VecTestFixture : public ::testing::Test {
320320
RetInst = ReturnInst::Create(Ctx, AddInst, BB);
321321
}
322322
void TearDown() override {
323-
delete V ;
323+
delete V;
324324
V = nullptr;
325325
}
326326
};

0 commit comments

Comments
 (0)