summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcInternals.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-11 22:35:46 +0000
committerChris Lattner <sabre@nondot.org>2002-02-11 22:35:46 +0000
commit774cbceb0bc6cbd7f7f8be6af36fc47413abac24 (patch)
treedfd5fdf70b34c4c277bdc8d82fd95cf95cf705f5 /llvm/lib/Target/Sparc/SparcInternals.h
parentfcd90d64fbb78e063ea923d32de25c737afd0a03 (diff)
downloadbcm5719-llvm-774cbceb0bc6cbd7f7f8be6af36fc47413abac24.tar.gz
bcm5719-llvm-774cbceb0bc6cbd7f7f8be6af36fc47413abac24.zip
Write llvm bytecode to output .s file as last step of LLC.
llvm-svn: 1728
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInternals.h')
-rw-r--r--llvm/lib/Target/Sparc/SparcInternals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h
index ad3f478b334..73f02c345bd 100644
--- a/llvm/lib/Target/Sparc/SparcInternals.h
+++ b/llvm/lib/Target/Sparc/SparcInternals.h
@@ -607,6 +607,7 @@ public:
private:
Pass *getMethodAsmPrinterPass(PassManager &PM, std::ostream &Out);
Pass *getModuleAsmPrinterPass(PassManager &PM, std::ostream &Out);
+ Pass *getEmitBytecodeToAsmPass(std::ostream &Out);
};
#endif
OpenPOWER on IntegriCloud