Skip to content

Commit 2d51813

Browse files
Update InstCombineShifts.cpp
1 parent 785a923 commit 2d51813

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,6 @@ static bool setShiftFlags(BinaryOperator &I, const SimplifyQuery &Q) {
994994
I.setIsExact();
995995
return true;
996996
}
997-
998997
}
999998

1000999
// Compute what we know about shift count.

0 commit comments

Comments
 (0)