summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 21:12:46 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 21:12:46 +0000
commit5667f0eefd8e045b374efe0f62e6d1ee91520fbb (patch)
tree408aebc2a26ed53184829da8d86e95ef7676a925 /llvm/lib/Target/Sparc/SparcInternals.h
parent8fd87e5f4ce2051ff636bc2c5654bf3a6f78ced2 (diff)
downloadbcm5719-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.h2
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();
OpenPOWER on IntegriCloud