Skip to content

Commit 886e36d

Browse files
committed
clang format
1 parent ad7ae0c commit 886e36d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/include/llvm/Analysis/TargetTransformInfo.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,8 +896,9 @@ class TargetTransformInfo {
896896
bool isTargetIntrinsicWithScalarOpAtArg(Intrinsic::ID ID,
897897
unsigned ScalarOpdIdx) const;
898898

899-
/// Identifies if the vector form of the intrinsic is overloaded on the type of
900-
/// the operand at index \p OpdIdx, or on the return type if \p OpdIdx is -1.
899+
/// Identifies if the vector form of the intrinsic is overloaded on the type
900+
/// of the operand at index \p OpdIdx, or on the return type if \p OpdIdx is
901+
/// -1.
901902
bool isVectorIntrinsicWithOverloadTypeAtArg(Intrinsic::ID ID,
902903
int ScalarOpdIdx) const;
903904

0 commit comments

Comments
 (0)