diff options
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZFeatures.td')
| -rw-r--r-- | llvm/lib/Target/SystemZ/SystemZFeatures.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZFeatures.td b/llvm/lib/Target/SystemZ/SystemZFeatures.td index fda9c30fe3f..beff45dba81 100644 --- a/llvm/lib/Target/SystemZ/SystemZFeatures.td +++ b/llvm/lib/Target/SystemZ/SystemZFeatures.td @@ -62,6 +62,7 @@ def FeatureLoadStoreOnCond : SystemZFeature< "load-store-on-cond", "LoadStoreOnCond", "Assume that the load/store-on-condition facility is installed" >; +def FeatureNoLoadStoreOnCond : SystemZMissingFeature<"LoadStoreOnCond">; def FeaturePopulationCount : SystemZFeature< "population-count", "PopulationCount", |

