[llvm-commits] [llvm] r44261 - /llvm/trunk/lib/Target/TargetAsmInfo.cpp
Dale Johannesen
dalej at apple.com
Tue Nov 20 16:45:00 PST 2007
Author: johannes
Date: Tue Nov 20 18:45:00 2007
New Revision: 44261
URL: http://llvm.org/viewvc/llvm-project?rev=44261&view=rev
Log:
Fix compiler warning.
Modified:
llvm/trunk/lib/Target/TargetAsmInfo.cpp
Modified: llvm/trunk/lib/Target/TargetAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/TargetAsmInfo.cpp?rev=44261&r1=44260&r2=44261&view=diff
==============================================================================
--- llvm/trunk/lib/Target/TargetAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/TargetAsmInfo.cpp Tue Nov 20 18:45:00 2007
@@ -85,12 +85,12 @@
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"),
More information about the llvm-commits
mailing list