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 | e70850cf7bf2f3638fea90f2b75d65bd06e92dda (patch) | |
tree | 20233fe3ed43634b7f747ab1e7ffbece474e7482 | |
parent | 07b57d26263057daa703ddda980ac16e6da8c950 (diff) | |
download | bcm5719-llvm-e70850cf7bf2f3638fea90f2b75d65bd06e92dda.tar.gz bcm5719-llvm-e70850cf7bf2f3638fea90f2b75d65bd06e92dda.zip |
Fix compiler warning.
llvm-svn: 44261
-rw-r--r-- | llvm/lib/Target/TargetAsmInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp index 9ea796b6f17..fc91871420d 100644 --- a/llvm/lib/Target/TargetAsmInfo.cpp +++ b/llvm/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"), |