Add MULHU and MULHS nodes for the high part of an (un)signed 32x32=64b
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
index 568f66c9f633970e2f355df815e3847b6dfd7223..cdb84eef4725858fb84cc12ebb4c4038128d5f41 100644 (file)
@@ -90,7 +90,7 @@ namespace ISD {
 
 
     // Simple binary arithmetic operators.
-    ADD, SUB, MUL, SDIV, UDIV, SREM, UREM,
+    ADD, SUB, MUL, MULHU, MULHS, SDIV, UDIV, SREM, UREM,
 
     // Bitwise operators.
     AND, OR, XOR, SHL, SRA, SRL,