R600/SI: Remove explicit m0 operand from v_interp instructions
[oota-llvm.git] / lib / Target / R600 / AMDGPUISelLowering.h
index a6bfbbd1572236eb2c3bd9066803e021cb8cf368..8507cb3c745c62ba10a18b6b9ff0ad4753954990 100644 (file)
@@ -289,6 +289,9 @@ enum NodeType : unsigned {
   /// Pointer to the start of the shader's constant data.
   CONST_DATA_PTR,
   SENDMSG,
+  INTERP_MOV,
+  INTERP_P1,
+  INTERP_P2,
   FIRST_MEM_OPCODE_NUMBER = ISD::FIRST_TARGET_MEMORY_OPCODE,
   STORE_MSKOR,
   LOAD_CONSTANT,