summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-09 05:16:36 +0000
committerChris Lattner <sabre@nondot.org>2002-04-09 05:16:36 +0000
commit35b90c22e9c354c2ee534ae7bab6b1939f26011a (patch)
treeb4715488f8ab69e1d754fd782b40e26c7917e2d9 /llvm/lib
parent46f8b0e7594f64b0310d47ee44a2bef81dad2226 (diff)
downloadbcm5719-llvm-35b90c22e9c354c2ee534ae7bab6b1939f26011a.tar.gz
bcm5719-llvm-35b90c22e9c354c2ee534ae7bab6b1939f26011a.zip
Include prototype for interface to PrologEpilogCodeInserter.cpp file
llvm-svn: 2192
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Sparc/SparcInternals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h
index 8dd894664b1..52118f97611 100644
--- a/llvm/lib/Target/Sparc/SparcInternals.h
+++ b/llvm/lib/Target/Sparc/SparcInternals.h
@@ -24,7 +24,9 @@
class LiveRange;
class UltraSparc;
class PhyRegAlloc;
+class Pass;
+Pass *createPrologEpilogCodeInserter(TargetMachine &TM);
// OpCodeMask definitions for the Sparc V9
//
OpenPOWER on IntegriCloud