Skip to content

Commit b8574f1

Browse files
author
Tony Tao
committed
format fix
1 parent 71c2e79 commit b8574f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Basic/TargetInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,8 +1043,8 @@ class TargetInfo : public TransferrableTargetInfo,
10431043
///
10441044
/// This function is used by Sema in order to diagnose conflicts between
10451045
/// the clobber list and the input/output lists.
1046-
/// The constraint should already by validated in validateHardRegisterAsmConstraint
1047-
/// so just do some basic checking
1046+
/// The constraint should already by validated in
1047+
/// validateHardRegisterAsmConstraint so just do some basic checking
10481048
virtual StringRef getConstraintRegister(StringRef Constraint,
10491049
StringRef Expression) const {
10501050
StringRef Reg = Expression;

0 commit comments

Comments
 (0)