Skip to content

Commit 018b0da

Browse files
authored
[NFC] Fix a typo in comments (#152840)
1 parent 8666000 commit 018b0da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/include/llvm/CodeGen/TargetLowering.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -547,10 +547,10 @@ class LLVM_ABI TargetLoweringBase {
547547
// intermediate results in f32 precision and range.
548548
virtual bool softPromoteHalfType() const { return false; }
549549

550-
// Return true if, for soft-promoted half, the half type should be passed
551-
// passed to and returned from functions as f32. The default behavior is to
552-
// pass as i16. If soft-promoted half is not used, this function is ignored
553-
// and values are always passed and returned as f32.
550+
// Return true if, for soft-promoted half, the half type should be passed to
551+
// and returned from functions as f32. The default behavior is to pass as
552+
// i16. If soft-promoted half is not used, this function is ignored and
553+
// values are always passed and returned as f32.
554554
virtual bool useFPRegsForHalfType() const { return false; }
555555

556556
// There are two general methods for expanding a BUILD_VECTOR node:

0 commit comments

Comments
 (0)