Use an ArrayRef to simplify repeated calculation of the array end. NFC
[oota-llvm.git] / lib / MC / MCAsmInfoCOFF.cpp
index 97fc76a9adb19a899392db8d158eca388bb43e68..5b9dd2009f8b2eed2ac0863f1794b447372f9d17 100644 (file)
@@ -37,8 +37,7 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() {
 
   UseIntegratedAssembler = true;
 
-  // FIXME: For now keep the previous behavior, AShr. Need to double-check
-  // other COFF-targeting assemblers and change this if necessary.
+  // At least MSVC inline-asm does AShr.
   UseLogicalShr = false;
 }