Revert r242990: "AVX-512: Implemented encoding , DAG lowering and ..."
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 3d058e8da13bc27fab0fa46ac7afdd25f74b7c70..7fab19386827ff82d9c85b21c0c3efec608098fa 100644 (file)
@@ -282,8 +282,9 @@ namespace llvm {
 
       // Vector integer truncate.
       VTRUNC,
-      // Vector integer truncate with unsigned/signed saturation.
-      VTRUNCUS, VTRUNCS,
+
+      // Vector integer truncate with mask.
+      VTRUNCM,
 
       // Vector FP extend.
       VFPEXT,