forked from OSchip/llvm-project
Include prototype for interface to PrologEpilogCodeInserter.cpp file
llvm-svn: 2192
This commit is contained in:
parent
46f8b0e759
commit
35b90c22e9
|
@ -24,7 +24,9 @@
|
|||
class LiveRange;
|
||||
class UltraSparc;
|
||||
class PhyRegAlloc;
|
||||
class Pass;
|
||||
|
||||
Pass *createPrologEpilogCodeInserter(TargetMachine &TM);
|
||||
|
||||
// OpCodeMask definitions for the Sparc V9
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue