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 71c2e79 commit b8574f1Copy full SHA for b8574f1
clang/include/clang/Basic/TargetInfo.h
@@ -1043,8 +1043,8 @@ class TargetInfo : public TransferrableTargetInfo,
1043
///
1044
/// This function is used by Sema in order to diagnose conflicts between
1045
/// the clobber list and the input/output lists.
1046
- /// The constraint should already by validated in validateHardRegisterAsmConstraint
1047
- /// so just do some basic checking
+ /// The constraint should already by validated in
+ /// validateHardRegisterAsmConstraint so just do some basic checking
1048
virtual StringRef getConstraintRegister(StringRef Constraint,
1049
StringRef Expression) const {
1050
StringRef Reg = Expression;
0 commit comments