Skip to content

Commit 406a590

Browse files
committed
apply clang-format
1 parent e43776b commit 406a590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/ConstraintElimination.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ void State::addInfoFor(BasicBlock &BB) {
11421142
case Intrinsic::abs:
11431143
case Intrinsic::usub_sat:
11441144
WorkList.push_back(
1145-
FactOrCheck::getCheck(DT.getNode(&BB), cast<CallInst>(&I)));
1145+
FactOrCheck::getCheck(DT.getNode(&BB), cast<CallInst>(&I)));
11461146
[[fallthrough]];
11471147
case Intrinsic::uadd_sat:
11481148
WorkList.push_back(FactOrCheck::getInstFact(DT.getNode(&BB), &I));

0 commit comments

Comments
 (0)