From: Matt Arsenault Date: Wed, 11 Jun 2014 18:11:34 +0000 (+0000) Subject: R600/SI: Update place using old subtarget predicate X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4600175c7f56dcad554bbcb778085723a8dadc47;p=oota-llvm.git R600/SI: Update place using old subtarget predicate git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210683 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td index 5f42d09cc87..9558540bce8 100644 --- a/lib/Target/R600/SIInstructions.td +++ b/lib/Target/R600/SIInstructions.td @@ -2476,7 +2476,7 @@ def : MTBUF_StoreResource ; def : MTBUF_StoreResource ; def : MTBUF_StoreResource ; -let Predicates = [isCI] in { +let SubtargetPredicate = isCI in { // Sea island new arithmetic instructinos let neverHasSideEffects = 1 in { @@ -2523,7 +2523,7 @@ def V_MAD_I64_I32 : VOP3_64 <0x00000177, "V_MAD_I64_I32", []>; // BUFFER_LOAD_DWORDX3 // BUFFER_STORE_DWORDX3 -} // End Predicates = [isCI] +} // End iSCI /********** ====================== **********/