R600/SI: Remove another VALU pattern
[oota-llvm.git] / lib / Target / R600 / SIInstructions.td
index a2c3454920fb3efa5982ee0af261ef7a393a0e10..1b94c2b9c5a62a9757667f0bbbbad782e0fd02f6 100644 (file)
@@ -1993,11 +1993,6 @@ def : Pat <
   (V_BCNT_U32_B32_e64 $popcnt, $val)
 >;
 
-def : Pat <
-  (addc i32:$src0, i32:$src1),
-  (V_ADD_I32_e64 $src0, $src1)
->;
-
 /********** ======================= **********/
 /********** Image sampling patterns **********/
 /********** ======================= **********/