Skip to content

Commit 0a7dea9

Browse files
clang-format
1 parent d11c838 commit 0a7dea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/TargetLowering.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,7 @@ class TargetLoweringBase {
29792979
return isTruncateFree(Val.getValueType(), VT2);
29802980
}
29812981

2982-
// Return true if the target will accepts tradeoffs (e.g. increase the number
2982+
// Return true if the target will accepts tradeoffs (e.g. increase the number
29832983
// of instructions) to reduce register pressure.
29842984
virtual bool shouldReduceRegisterPressure() const { return false; }
29852985

0 commit comments

Comments
 (0)