diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-06 14:56:22 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-06 14:56:22 +0000 |
| commit | a7160966770c4fb707970e3df91a7471220e07ff (patch) | |
| tree | dd1a8438dc5d0259d1f6342928b6c6906d4c6b15 /llvm/include | |
| parent | ef317a27ff27c8f22cf65af85a5ebd6f9dd0836f (diff) | |
| download | bcm5719-llvm-a7160966770c4fb707970e3df91a7471220e07ff.tar.gz bcm5719-llvm-a7160966770c4fb707970e3df91a7471220e07ff.zip | |
Dead code elimination.
llvm-svn: 130984
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/MC/MCAsmInfo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/MC/MCAsmInfo.h b/llvm/include/llvm/MC/MCAsmInfo.h index 6800f2029fb..67ea1c853aa 100644 --- a/llvm/include/llvm/MC/MCAsmInfo.h +++ b/llvm/include/llvm/MC/MCAsmInfo.h @@ -269,9 +269,6 @@ namespace llvm { /// SupportsExceptionHandling - True if target supports exception handling. ExceptionHandling::ExceptionsType ExceptionsType; // Defaults to None - /// RequiresFrameSection - true if the Dwarf2 output needs a frame section - bool DwarfRequiresFrameSection; // Defaults to true. - /// DwarfUsesInlineInfoSection - True if DwarfDebugInlineSection is used to /// encode inline subroutine information. bool DwarfUsesInlineInfoSection; // Defaults to false. @@ -465,10 +462,6 @@ namespace llvm { (ExceptionsType == ExceptionHandling::DwarfCFI || ExceptionsType == ExceptionHandling::ARM); } - - bool doesDwarfRequireFrameSection() const { - return DwarfRequiresFrameSection; - } bool doesDwarfUsesInlineInfoSection() const { return DwarfUsesInlineInfoSection; } |

