diff options
| author | James Molloy <james.molloy@arm.com> | 2015-08-11 12:06:22 +0000 |
|---|---|---|
| committer | James Molloy <james.molloy@arm.com> | 2015-08-11 12:06:22 +0000 |
| commit | ea3a687a334c801ffeb7062730dfa87d1570b270 (patch) | |
| tree | 20810ee4e1f9efa9300cd3b11e3da69757c4dd77 /llvm/lib/Target/ARM/ARMISelLowering.h | |
| parent | db8ee4b5a9ebd94255198ab7348f51327f5c1230 (diff) | |
| download | bcm5719-llvm-ea3a687a334c801ffeb7062730dfa87d1570b270.tar.gz bcm5719-llvm-ea3a687a334c801ffeb7062730dfa87d1570b270.zip | |
[ARM] Replace ARMISD::VMINNM/VMAXNM with ISD::FMINNUM/FMAXNUM
NFCI. This replaces another custom ISDNode with a generic equivalent.
llvm-svn: 244591
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h index 260287811e1..48e7bbf27b3 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.h +++ b/llvm/lib/Target/ARM/ARMISelLowering.h @@ -173,10 +173,6 @@ namespace llvm { // BUILD_VECTOR for this purpose. BUILD_VECTOR, - // Floating-point max and min: - VMAXNM, - VMINNM, - // Bit-field insert BFI, |

