Skip to content

Commit 24e5573

Browse files
committed
Address comments.
1 parent 14e634e commit 24e5573

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Utils/Local.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3359,9 +3359,7 @@ static void combineMetadata(Instruction *K, const Instruction *J,
33593359
// being removed as unknown metadata. The actual merging is handled
33603360
// separately below.
33613361
case LLVMContext::MD_mmra:
3362-
[[fallthrough]];
33633362
case LLVMContext::MD_memprof:
3364-
[[fallthrough]];
33653363
case LLVMContext::MD_callsite:
33663364
break;
33673365
case LLVMContext::MD_align:

0 commit comments

Comments
 (0)