Skip to content

Commit 7a6626f

Browse files
author
Tony Tao
committed
format fix
1 parent 9a107c5 commit 7a6626f

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
@@ -1115,8 +1115,8 @@ class TargetInfo : public TransferrableTargetInfo,
11151115
///
11161116
/// This function is used by Sema in order to diagnose conflicts between
11171117
/// the clobber list and the input/output lists.
1118-
/// The constraint should already by validated in validateHardRegisterAsmConstraint
1119-
/// so just do some basic checking
1118+
/// The constraint should already by validated in
1119+
/// validateHardRegisterAsmConstraint so just do some basic checking
11201120
virtual StringRef getConstraintRegister(StringRef Constraint,
11211121
StringRef Expression) const {
11221122
StringRef Reg = Expression;

0 commit comments

Comments
 (0)