diff options
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZFeatures.td')
| -rw-r--r-- | llvm/lib/Target/SystemZ/SystemZFeatures.td | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZFeatures.td b/llvm/lib/Target/SystemZ/SystemZFeatures.td index 78b8394d6486..fdd94206421a 100644 --- a/llvm/lib/Target/SystemZ/SystemZFeatures.td +++ b/llvm/lib/Target/SystemZ/SystemZFeatures.td @@ -32,6 +32,11 @@ def FeatureSoftFloat : SystemZFeature< "Use software emulation for floating point" >; +def FeatureBackChain : SystemZFeature< + "backchain", "BackChain", (all_of FeatureBackChain), + "Store the address of the caller's frame into the callee's stack frame" +>; + //===----------------------------------------------------------------------===// // // New features added in the Ninth Edition of the z/Architecture |
