Skip to content

Commit 3496e96

Browse files
committed
[clang][bytecode] Add a missing break
1 parent e86b68f commit 3496e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/AST/ByteCode/Pointer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ void Pointer::print(llvm::raw_ostream &OS) const {
316316
case Storage::Fn:
317317
OS << "(Fn) { " << asFunctionPointer().getFunction() << " + " << Offset
318318
<< " }";
319+
break;
319320
case Storage::Typeid:
320321
OS << "(Typeid)";
321322
}

0 commit comments

Comments
 (0)