Skip to content

Commit 8a1893b

Browse files
committed
Add comment for deprecation.
1 parent bcf670b commit 8a1893b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ Error BasicBlockSectionsProfileReader::ReadProfile() {
295295

296296
switch (Version) {
297297
case 0:
298+
// TODO: Deprecate V0 once V1 is fully integrated downstream.
298299
return ReadV0Profile();
299300
case 1:
300301
return ReadV1Profile();

0 commit comments

Comments
 (0)