Change this so that LLC actually tries to run the code generator, though it will

immediately abort due to lack of an instruction selector. :)

llvm-svn: 11963
This commit is contained in:
Chris Lattner 2004-02-28 20:21:45 +00:00
parent 72170c4a2e
commit 72bb8fcb15
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ bool SparcV8TargetMachine::addPassesToEmitAssembly(PassManager &PM,
PM.add(createPrologEpilogCodeInserter());
// <insert assembly code output passes here>
PM.add(createMachineCodeDeleter());
return true; // change to `return false' when this actually works.
return false;
}
/// addPassesToJITCompile - Add passes to the specified pass manager to