aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetAsmInfo.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index aada8ff937..bf4fd10338 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -413,11 +413,6 @@ namespace llvm {
///
const char *DwarfExceptionSection; // Defaults to ".gcc_except_table".
- /// DebugInfoRequireFrameMoveInfo - Does debugging info require frame move
- /// info.
- ///
- bool DebugInfoRequireFrameMoveInfo; // Defaults to "true"
-
//===--- CBE Asm Translation Table -----------------------------------===//
const char *const *AsmTransCBE; // Defaults to empty
@@ -703,9 +698,6 @@ namespace llvm {
const char *getDwarfExceptionSection() const {
return DwarfExceptionSection;
}
- bool doesDebugInfoRequireFrameMoveInfo() const {
- return DebugInfoRequireFrameMoveInfo;
- }
const char *const *getAsmCBE() const {
return AsmTransCBE;
}