Skip to content

Commit b9b8a37

Browse files
committed
Remove unused code
1 parent 3f9a5f6 commit b9b8a37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/CodeGen/GlobalISel/Utils.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -775,10 +775,6 @@ llvm::ConstantFoldFPBinOp(unsigned Opcode, const Register Op1,
775775
return minimum(C1, C2);
776776
case TargetOpcode::G_FMAXIMUM:
777777
return maximum(C1, C2);
778-
case TargetOpcode::G_FMINIMUMNUM:
779-
return minimumnum(C1, C2);
780-
case TargetOpcode::G_FMAXIMUMNUM:
781-
return maximumnum(C1, C2);
782778
case TargetOpcode::G_FMINNUM_IEEE:
783779
case TargetOpcode::G_FMAXNUM_IEEE:
784780
// FIXME: These operations were unfortunately named. fminnum/fmaxnum do not

0 commit comments

Comments
 (0)