Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break.
llvm-svn: 261950
This commit is contained in:
@@ -187,6 +187,7 @@ StackFrameList::ResetCurrentInlinedDepth ()
|
||||
break;
|
||||
}
|
||||
}
|
||||
LLVM_FALLTHROUGH;
|
||||
default:
|
||||
{
|
||||
// Otherwise, we should set ourselves at the container of the inlining, so that the
|
||||
|
||||
Reference in New Issue
Block a user