Skip to content

Commit 6f2794a

Browse files
authored
Fix build warning for '[X86] Support EGPR for inline assembly. (#92338)' (#93777)
1 parent c7acca1 commit 6f2794a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Basic/Targets/X86.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,7 @@ std::string X86TargetInfo::convertConstraint(const char *&Constraint) const {
17651765
// to the next constraint.
17661766
return std::string("^") + std::string(Constraint++, 2);
17671767
}
1768+
[[fallthrough]];
17681769
case 'j':
17691770
switch (Constraint[1]) {
17701771
default:

0 commit comments

Comments
 (0)