Skip to content

Commit bbf4402

Browse files
[Analysis] Remove a redundant control flow statement (NFC) (#146708)
1 parent 0f1accd commit bbf4402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/unittests/Analysis/FunctionPropertiesAnalysisTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class FunctionPropertiesAnalysisTest : public testing::Test {
7979

8080
for (auto &Name : SampleEntities)
8181
addEntry(Name);
82-
return;
8382
}
8483

8584
protected:

0 commit comments

Comments
 (0)