diff options
Diffstat (limited to 'lib/Target/R600/R700Instructions.td')
-rw-r--r-- | lib/Target/R600/R700Instructions.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/R600/R700Instructions.td b/lib/Target/R600/R700Instructions.td index 9aad85d..613a0d7 100644 --- a/lib/Target/R600/R700Instructions.td +++ b/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>; |