summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Target/TargetAsmInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/include/llvm/Target/TargetAsmInfo.h b/llvm/include/llvm/Target/TargetAsmInfo.h
index 3326088a965..5a661a95fda 100644
--- a/llvm/include/llvm/Target/TargetAsmInfo.h
+++ b/llvm/include/llvm/Target/TargetAsmInfo.h
@@ -445,6 +445,9 @@ namespace llvm {
const char *getPersonalitySuffix() const {
return PersonalitySuffix;
}
+ bool getNeedsIndirectEncoding() const {
+ return NeedsIndirectEncoding;
+ }
const char *getInlineAsmStart() const {
return InlineAsmStart;
}
OpenPOWER on IntegriCloud