diff --git a/tools/bugpoint/CodeGeneratorBug.cpp b/tools/bugpoint/CodeGeneratorBug.cpp index 66984694e38..28e3b9111ac 100644 --- a/tools/bugpoint/CodeGeneratorBug.cpp +++ b/tools/bugpoint/CodeGeneratorBug.cpp @@ -258,8 +258,8 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector &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 {