R600: Remove AMDIL instruction and register definitions
[oota-llvm.git] / lib / Target / R600 / SIInstructions.td
index 3aae6383e5308930caf33d2000a07153cc6e84c7..be7d8a6d4ab9f04e39363b0a0b2ea4053ecc1c68 100644 (file)
@@ -1659,7 +1659,7 @@ def : Pat <
 
 /* int_SI_vs_load_input */
 def : Pat<
-  (SIload_input v4i32:$tlst, IMM12bit:$attr_offset, i32:$buf_idx_vgpr),
+  (SIload_input v4i32:$tlst, imm:$attr_offset, i32:$buf_idx_vgpr),
   (BUFFER_LOAD_FORMAT_XYZW_IDXEN $tlst, $buf_idx_vgpr, imm:$attr_offset, 0, 0, 0, 0)
 >;