Simplified BLEND pattern matching for shuffles.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 2988cee03715132c8d179aaa1676a2097a0ed310..e830c5fef62a9528ce4196bdaa60874309c79f1a 100644 (file)
@@ -176,13 +176,11 @@ namespace llvm {
       /// PSIGN - Copy integer sign.
       PSIGN,
 
-      /// BLENDV - Blend where the selector is an XMM.
+      /// BLENDV - Blend where the selector is a register.
       BLENDV,
 
-      /// BLENDxx - Blend where the selector is an immediate.
-      BLENDPW,
-      BLENDPS,
-      BLENDPD,
+      /// BLENDI - Blend where the selector is an immediate.
+      BLENDI,
 
       /// HADD - Integer horizontal add.
       HADD,