From: Chris Lattner Date: Sat, 28 Feb 2004 20:21:45 +0000 (+0000) Subject: Change this so that LLC actually tries to run the code generator, though it will X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9ff6ba1ea1692a3bbef8ffd6ad6a4a724d4b9667;p=oota-llvm.git Change this so that LLC actually tries to run the code generator, though it will immediately abort due to lack of an instruction selector. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11963 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/SparcTargetMachine.cpp b/lib/Target/Sparc/SparcTargetMachine.cpp index d749a7c0a94..15401b103e6 100644 --- a/lib/Target/Sparc/SparcTargetMachine.cpp +++ b/lib/Target/Sparc/SparcTargetMachine.cpp @@ -45,7 +45,7 @@ bool SparcV8TargetMachine::addPassesToEmitAssembly(PassManager &PM, PM.add(createPrologEpilogCodeInserter()); // PM.add(createMachineCodeDeleter()); - return true; // change to `return false' when this actually works. + return false; } /// addPassesToJITCompile - Add passes to the specified pass manager to diff --git a/lib/Target/SparcV8/SparcV8TargetMachine.cpp b/lib/Target/SparcV8/SparcV8TargetMachine.cpp index d749a7c0a94..15401b103e6 100644 --- a/lib/Target/SparcV8/SparcV8TargetMachine.cpp +++ b/lib/Target/SparcV8/SparcV8TargetMachine.cpp @@ -45,7 +45,7 @@ bool SparcV8TargetMachine::addPassesToEmitAssembly(PassManager &PM, PM.add(createPrologEpilogCodeInserter()); // PM.add(createMachineCodeDeleter()); - return true; // change to `return false' when this actually works. + return false; } /// addPassesToJITCompile - Add passes to the specified pass manager to