There is no need to build an archive version of this library
[oota-llvm.git] / lib / Target / SparcV9 / MappingInfo.h
index be3de49385bfda440de5af745d261b5edd2d715e..4fbd04fbae940c617e8d0a7c58aeb2d5358c758f 100644 (file)
@@ -37,11 +37,11 @@ class MappingInfo {
 public:
   void outByte (unsigned char b) { bytes.push_back (b); }
   MappingInfo (std::string Comment, std::string SymbolPrefix,
-                  unsigned FunctionNumber) : comment(Comment),
-                  symbolPrefix(SymbolPrefix), functionNumber(FunctionNumber) {}
+                   unsigned FunctionNumber) : comment(Comment),
+                   symbolPrefix(SymbolPrefix), functionNumber(FunctionNumber) {}
   void dumpAssembly (std::ostream &Out);
   unsigned char *getBytes (unsigned &length) {
-       length = bytes.size(); return &bytes[0];
+        length = bytes.size(); return &bytes[0];
   }
 };