MC: Don't crash after issuing a diagnostic.
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index bb3f0d3a42973530655023f8c1061edfa424acdf..97fc76a9adb19a899392db8d158eca388bb43e68 100644 (file)
@@ -36,6 +36,10 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
   NeedsDwarfSectionOffsetDirective = true;
 
   UseIntegratedAssembler = true;
+
+  // FIXME: For now keep the previous behavior, AShr. Need to double-check
+  // other COFF-targeting assemblers and change this if necessary.
+  UseLogicalShr = false;
 }
 
 void MCAsmInfoMicrosoft::anchor() { }