diff options
author | Dale Johannesen <dalej@apple.com> | 2007-11-21 00:45:00 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2007-11-21 00:45:00 +0000 |
commit | 9305dcb3c7abc5f1a79f0b2f2310a77de2440711 (patch) | |
tree | 7619d93b151b42f22e1c7f401065c0a3e9fc1412 | |
parent | 0ccb93034a47303509ee2c89b8bf13956a510b94 (diff) |
Fix compiler warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44261 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 9ea796b6f1..fc91871420 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -85,12 +85,12 @@ TargetAsmInfo::TargetAsmInfo() : SupportsDebugInformation(false), SupportsExceptionHandling(false), DwarfRequiresFrameSection(true), + GlobalEHDirective(0), DwarfSectionOffsetDirective(0), DwarfAbbrevSection(".debug_abbrev"), DwarfInfoSection(".debug_info"), DwarfLineSection(".debug_line"), DwarfFrameSection(".debug_frame"), - GlobalEHDirective(0), DwarfPubNamesSection(".debug_pubnames"), DwarfPubTypesSection(".debug_pubtypes"), DwarfStrSection(".debug_str"), |