mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
Another formatting fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ef681c19d
commit
9f71e799c3
@ -31,7 +31,7 @@ ReduceMiscompilingPasses::doTest(std::vector<const PassInfo*> &Prefix,
|
|||||||
|
|
||||||
std::string BytecodeResult;
|
std::string BytecodeResult;
|
||||||
if (BD.runPasses(Suffix, BytecodeResult, false/*delete*/, true/*quiet*/)) {
|
if (BD.runPasses(Suffix, BytecodeResult, false/*delete*/, true/*quiet*/)) {
|
||||||
std::cerr << ": Error running this sequence of passes"
|
std::cerr << " Error running this sequence of passes"
|
||||||
<< " on the input program!\n";
|
<< " on the input program!\n";
|
||||||
BD.setPassesToRun(Suffix);
|
BD.setPassesToRun(Suffix);
|
||||||
BD.EmitProgressBytecode("pass-error", false);
|
BD.EmitProgressBytecode("pass-error", false);
|
||||||
@ -59,7 +59,7 @@ ReduceMiscompilingPasses::doTest(std::vector<const PassInfo*> &Prefix,
|
|||||||
// prefix passes, then discard the prefix passes.
|
// prefix passes, then discard the prefix passes.
|
||||||
//
|
//
|
||||||
if (BD.runPasses(Prefix, BytecodeResult, false/*delete*/, true/*quiet*/)) {
|
if (BD.runPasses(Prefix, BytecodeResult, false/*delete*/, true/*quiet*/)) {
|
||||||
std::cerr << ": Error running this sequence of passes"
|
std::cerr << " Error running this sequence of passes"
|
||||||
<< " on the input program!\n";
|
<< " on the input program!\n";
|
||||||
BD.setPassesToRun(Prefix);
|
BD.setPassesToRun(Prefix);
|
||||||
BD.EmitProgressBytecode("pass-error", false);
|
BD.EmitProgressBytecode("pass-error", false);
|
||||||
@ -92,7 +92,7 @@ ReduceMiscompilingPasses::doTest(std::vector<const PassInfo*> &Prefix,
|
|||||||
Module *OriginalInput = BD.Program;
|
Module *OriginalInput = BD.Program;
|
||||||
BD.Program = PrefixOutput;
|
BD.Program = PrefixOutput;
|
||||||
if (BD.runPasses(Suffix, BytecodeResult, false/*delete*/, true/*quiet*/)) {
|
if (BD.runPasses(Suffix, BytecodeResult, false/*delete*/, true/*quiet*/)) {
|
||||||
std::cerr << ": Error running this sequence of passes"
|
std::cerr << " Error running this sequence of passes"
|
||||||
<< " on the input program!\n";
|
<< " on the input program!\n";
|
||||||
BD.setPassesToRun(Suffix);
|
BD.setPassesToRun(Suffix);
|
||||||
BD.EmitProgressBytecode("pass-error", false);
|
BD.EmitProgressBytecode("pass-error", false);
|
||||||
@ -207,7 +207,7 @@ bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs,
|
|||||||
std::string BytecodeResult;
|
std::string BytecodeResult;
|
||||||
if (BD.runPasses(BD.PassesToRun, BytecodeResult, false/*delete*/,
|
if (BD.runPasses(BD.PassesToRun, BytecodeResult, false/*delete*/,
|
||||||
true/*quiet*/)) {
|
true/*quiet*/)) {
|
||||||
std::cerr << ": Error running this sequence of passes"
|
std::cerr << " Error running this sequence of passes"
|
||||||
<< " on the input program!\n";
|
<< " on the input program!\n";
|
||||||
BD.setPassesToRun(Suffix);
|
BD.setPassesToRun(Suffix);
|
||||||
BD.EmitProgressBytecode("pass-error", false);
|
BD.EmitProgressBytecode("pass-error", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user