minor cleanups
authorChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:01:51 +0000 (21:01 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:01:51 +0000 (21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9118 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/CodeGeneratorBug.cpp

index 66984694e381a86e5ada675158ac8eaaf6a4440f..28e3b9111ac1a38884c8ff430267b4efe2138f44 100644 (file)
@@ -258,8 +258,8 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
               << "  gcc -xc temporary.c -O2 -o " << SharedObject
 #if defined(sparc) || defined(__sparc__) || defined(__sparcv9)
               << " -G"            // Compile a shared library, `-G' for Sparc
-#else                             
-              << " -shared"      // `-shared' for Linux/X86, maybe others
+#else
+              << " -shared"       // `-shared' for Linux/X86, maybe others
 #endif
               << "\n";
   } else {