diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-29 21:12:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-29 21:12:46 +0000 |
commit | 5667f0eefd8e045b374efe0f62e6d1ee91520fbb (patch) | |
tree | 408aebc2a26ed53184829da8d86e95ef7676a925 /llvm/lib/Target/Sparc/SparcInternals.h | |
parent | 8fd87e5f4ce2051ff636bc2c5654bf3a6f78ced2 (diff) | |
download | bcm5719-llvm-5667f0eefd8e045b374efe0f62e6d1ee91520fbb.tar.gz bcm5719-llvm-5667f0eefd8e045b374efe0f62e6d1ee91520fbb.zip |
Allow TargetMachine to refuse static code gen
llvm-svn: 4415
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInternals.h')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h index 9be6b7fe582..e31f375dc6a 100644 --- a/llvm/lib/Target/Sparc/SparcInternals.h +++ b/llvm/lib/Target/Sparc/SparcInternals.h @@ -718,7 +718,7 @@ public: virtual const MachineCacheInfo &getCacheInfo() const { return cacheInfo; } virtual const MachineOptInfo &getOptInfo() const { return optInfo; } - virtual void addPassesToEmitAssembly(PassManager &PM, std::ostream &Out); + virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out); // getPrologEpilogCodeInserter - Inserts prolog/epilog code. virtual Pass* getPrologEpilogInsertionPass(); |