diff options
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.h')
-rw-r--r-- | lib/Target/Mips/MipsISelLowering.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/Mips/MipsISelLowering.h b/lib/Target/Mips/MipsISelLowering.h index 0d588c1..ae82e7e 100644 --- a/lib/Target/Mips/MipsISelLowering.h +++ b/lib/Target/Mips/MipsISelLowering.h @@ -172,12 +172,6 @@ namespace llvm { VUMAX, VUMIN, - // Special case of BUILD_VECTOR where all elements are the same. - VSPLAT, - // Special case of VSPLAT where the result is v2i64, the operand is - // constant, and the operand fits in a signed 10-bits value. - VSPLATD, - // Combined (XOR (OR $a, $b), -1) VNOR, |