Skip to content

Commit d92a09b

Browse files
committed
[DAGCombiner] clang-format
1 parent ac507f5 commit d92a09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ namespace {
849849
auto LK = TLI.getTypeConversion(*DAG.getContext(), VT);
850850
return (LK.first == TargetLoweringBase::TypeLegal ||
851851
LK.first == TargetLoweringBase::TypePromoteInteger) &&
852-
TLI.isOperationLegal(ISD::UMIN, LK.second);
852+
TLI.isOperationLegal(ISD::UMIN, LK.second);
853853
}
854854

855855
public:

0 commit comments

Comments
 (0)