Combine X86 CMPPD and CMPPS node types. Simplifies selection code and pattern matching.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index 07efddccb82ecb33107fb02e664efa1a1917332f..0bc1c26f0c7bd1569182f3171aaa929850c45f9d 100644 (file)
@@ -228,9 +228,8 @@ namespace llvm {
       // VSHLI, VSRLI, VSRAI - Vector shift elements by immediate
       VSHLI, VSRLI, VSRAI,
 
-      // CMPPD, CMPPS - Vector double/float comparison.
-      // CMPPD, CMPPS - Vector double/float comparison.
-      CMPPD, CMPPS,
+      // CMPP - Vector packed double/float comparison.
+      CMPP,
 
       // PCMP* - Vector integer comparisons.
       PCMPEQ, PCMPGT,