We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afffbdf commit 45dbcd0Copy full SHA for 45dbcd0
llvm/include/llvm/IR/Instructions.h
@@ -1384,7 +1384,6 @@ class FCmpInst: public CmpInst {
1384
/// Determine if this is an equality predicate.
1385
bool isEquality() const { return isEquality(getPredicate()); }
1386
1387
-
1388
/// @returns true if the predicate is commutative.
1389
/// Determine if this is a commutative predicate.
1390
static bool isCommutative(Predicate Pred) {
0 commit comments