Skip to content

Commit 8eb999c

Browse files
Emitter Updates
1 parent 51f2df1 commit 8eb999c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/utils/TableGen/Basic/IntrinsicEmitter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,8 @@ void Intrinsic::printImmArg(ID IID, unsigned ArgIdx, raw_ostream &OS, const Cons
873873
OS << " }\n";
874874
OS << " break;\n";
875875
}
876-
OS << R"(
876+
OS << R"( default:
877+
break;
877878
}
878879
}
879880
#endif // GET_INTRINSIC_PRETTY_PRINT_ARGUMENTS

0 commit comments

Comments
 (0)