Skip to content

Commit c84a936

Browse files
committed
Remove unnecessary break to fix static analysis warning.
1 parent 8fd5daf commit c84a936

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Object/COFFObjectFile.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,6 @@ uint8_t Arm64XRelocRef::getEntrySize() const {
20132013
switch (getType()) {
20142014
case COFF::IMAGE_DVRT_ARM64X_FIXUP_TYPE_VALUE:
20152015
return (1u << getArg()) / sizeof(uint16_t) + 1;
2016-
break;
20172016
case COFF::IMAGE_DVRT_ARM64X_FIXUP_TYPE_DELTA:
20182017
return 2;
20192018
default:

0 commit comments

Comments
 (0)