diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-14 21:01:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-14 21:01:51 +0000 |
commit | 6ad91d7166193794419f0f3097ef44a3186fbc1a (patch) | |
tree | d3a683c4a3627c9916330b8f25c325171e6f6f01 /llvm/tools/bugpoint/CodeGeneratorBug.cpp | |
parent | 5d068b78b7c2af7ad0267b3bc37da9ac02ff04c8 (diff) | |
download | bcm5719-llvm-6ad91d7166193794419f0f3097ef44a3186fbc1a.tar.gz bcm5719-llvm-6ad91d7166193794419f0f3097ef44a3186fbc1a.zip |
minor cleanups
llvm-svn: 9118
Diffstat (limited to 'llvm/tools/bugpoint/CodeGeneratorBug.cpp')
-rw-r--r-- | llvm/tools/bugpoint/CodeGeneratorBug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint/CodeGeneratorBug.cpp b/llvm/tools/bugpoint/CodeGeneratorBug.cpp index 66984694e38..28e3b9111ac 100644 --- a/llvm/tools/bugpoint/CodeGeneratorBug.cpp +++ b/llvm/tools/bugpoint/CodeGeneratorBug.cpp @@ -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 { |