Custom lower all BUILD_VECTOR's so that we can compile vec_splat_u8(8) into
[oota-llvm.git] / lib / Target / SparcV9 / EmitBytecodeToAssembly.cpp
index 8df05ea885b3097e187c7d783e1d23f66005c3dc..eeb288a33dcb691a944fe5bf623d0a95135e1a45 100644 (file)
@@ -62,7 +62,7 @@ namespace {
   };
 
   static void writePrologue (std::ostream &Out, const std::string &comment,
-                            const std::string &symName) {
+                             const std::string &symName) {
     // Prologue:
     // Output a comment describing the object.
     Out << "!" << comment << "\n";
@@ -80,7 +80,7 @@ namespace {
     Out << ".end_" << symName << ":\n";
     // Output size directive giving the size of the object:
     Out << "\t.size " << symName << ", .end_" << symName << "-" << symName
-       << "\n";
+        << "\n";
   }
 
   // SparcV9BytecodeWriter - Write bytecode out to a stream that is sparc'ified