Simplify getSymbolIndexInSymbolTable by setting the actual index of
[oota-llvm.git] / lib / MC / MCAsmInfoDarwin.cpp
index 0bd3b2d001e8c5cddbafdc8621605b3f3119d67f..e0e261a63c707d87ed7a5aa8bf662daad69e00ce 100644 (file)
@@ -44,5 +44,8 @@ MCAsmInfoDarwin::MCAsmInfoDarwin() {
   
   HasDotTypeDotSizeDirective = false;
   HasNoDeadStrip = true;
+
+  DwarfUsesAbsoluteLabelForStmtList = false;
+  DwarfUsesLabelOffsetForRanges = false;
 }