Skip to content

Commit 19c0879

Browse files
committed
Remove empty line
1 parent 2d4d707 commit 19c0879

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ static bool cannotHoistCondition(const PredicateMatcher &Condition,
500500
const Matcher &M) {
501501
// The condition can't be hoisted if it is a C++ predicate that refers to
502502
// operands and the operands are registered within the matcher.
503-
504503
return Condition.dependsOnOperands() && M.recordsOperand();
505504
}
506505

0 commit comments

Comments
 (0)