Skip to content

Commit cffa4f4

Browse files
author
rnk
committed
Fix uninteneded fallthrough detected by GCC warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314043 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 0f937f6 commit cffa4f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IR/Verifier.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4003,6 +4003,7 @@ void Verifier::visitIntrinsicCallSite(Intrinsic::ID ID, CallSite CS) {
40034003
break;
40044004
case Intrinsic::dbg_addr: // llvm.dbg.addr
40054005
visitDbgIntrinsic("addr", cast<DbgInfoIntrinsic>(*CS.getInstruction()));
4006+
break;
40064007
case Intrinsic::dbg_value: // llvm.dbg.value
40074008
visitDbgIntrinsic("value", cast<DbgInfoIntrinsic>(*CS.getInstruction()));
40084009
break;

0 commit comments

Comments
 (0)