aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index c54eddd88c..b2260e2d83 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -133,15 +133,9 @@ namespace llvm {
VREV32, // reverse elements within 32-bit words
VREV16, // reverse elements within 16-bit halfwords
- VZIP32,
- VZIP16,
- VZIP8,
- VUZP32,
- VUZP16,
- VUZP8,
- VTRN32,
- VTRN16,
- VTRN8
+ VZIP, // zip
+ VUZP, // unzip
+ VTRN // transpose
};
}