Skip to content

Commit 45dbcd0

Browse files
committed
remove extra newline
1 parent afffbdf commit 45dbcd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/IR/Instructions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,6 @@ class FCmpInst: public CmpInst {
13841384
/// Determine if this is an equality predicate.
13851385
bool isEquality() const { return isEquality(getPredicate()); }
13861386

1387-
13881387
/// @returns true if the predicate is commutative.
13891388
/// Determine if this is a commutative predicate.
13901389
static bool isCommutative(Predicate Pred) {

0 commit comments

Comments
 (0)