Last in the series of removing unnecessary '0' arguments for
[oota-llvm.git] / include / llvm / MC / MCStreamer.h
index 4db050ed5deefc252db8d0fa801dde2dd59a91f2..17795cd2af33c4cb714ba22e468cb4236a32a6c0 100644 (file)
@@ -400,8 +400,8 @@ namespace llvm {
 
     /// EmitULEB128Value - Special case of EmitULEB128Value that avoids the
     /// client having to pass in a MCExpr for constant integers.
-    void EmitULEB128IntValue(uint64_t Value, unsigned AddrSpace = 0,
-                             unsigned Padding = 0);
+    void EmitULEB128IntValue(uint64_t Value, unsigned Padding = 0,
+                            unsigned AddrSpace = 0);
 
     /// EmitSLEB128Value - Special case of EmitSLEB128Value that avoids the
     /// client having to pass in a MCExpr for constant integers.