We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a107c5 commit 7a6626fCopy full SHA for 7a6626f
clang/include/clang/Basic/TargetInfo.h
@@ -1115,8 +1115,8 @@ class TargetInfo : public TransferrableTargetInfo,
1115
///
1116
/// This function is used by Sema in order to diagnose conflicts between
1117
/// the clobber list and the input/output lists.
1118
- /// The constraint should already by validated in validateHardRegisterAsmConstraint
1119
- /// so just do some basic checking
+ /// The constraint should already by validated in
+ /// validateHardRegisterAsmConstraint so just do some basic checking
1120
virtual StringRef getConstraintRegister(StringRef Constraint,
1121
StringRef Expression) const {
1122
StringRef Reg = Expression;
0 commit comments