[TableGen] Change OpInit::getNumOperands and getOperand to use unsigned integers...
[oota-llvm.git] / lib / MC / MCELFStreamer.cpp
index 1f3b8eec7e48429faf32b0a55d7bd9378e32265d..da664f578034b2783d23b11fdd5b9fc2223aa332 100644 (file)
@@ -601,7 +601,7 @@ void MCELFStreamer::EmitBundleUnlock() {
     report_fatal_error("Empty bundle-locked group is forbidden");
 
   // When the -mc-relax-all flag is used, we emit instructions to fragments
-  // stored on a stack. When the bundle unlock is emited, we pop a fragment 
+  // stored on a stack. When the bundle unlock is emited, we pop a fragment
   // from the stack a merge it to the one below.
   if (getAssembler().getRelaxAll()) {
     assert(!BundleGroups.empty() && "There are no bundle groups");