Fix compiler warning.
authorDale Johannesen <dalej@apple.com>
Wed, 21 Nov 2007 00:45:00 +0000 (00:45 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 21 Nov 2007 00:45:00 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44261 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetAsmInfo.cpp

index 9ea796b6f177e5cc37e9883e1b3e15ead97588c7..fc91871420d36ac1cae150ead540b8bd2e29a2d2 100644 (file)
@@ -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"),