diff options
Diffstat (limited to 'llvm/lib/Target/R600/R700Instructions.td')
| -rw-r--r-- | llvm/lib/Target/R600/R700Instructions.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/R700Instructions.td b/llvm/lib/Target/R600/R700Instructions.td index 9aad85da4e9..613a0d729bb 100644 --- a/llvm/lib/Target/R600/R700Instructions.td +++ b/llvm/lib/Target/R600/R700Instructions.td @@ -13,7 +13,7 @@ // //===----------------------------------------------------------------------===// -def isR700 : Predicate<"Subtarget.getGeneration() == AMDGPUSubtarget::R700">; +def isR700 : Predicate<"Subtarget->getGeneration() == AMDGPUSubtarget::R700">; let Predicates = [isR700] in { def SIN_r700 : SIN_Common<0x6E>; |

