diff options
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16Passes/PIC16Cloner.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16Passes/PIC16Cloner.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16Passes/PIC16Cloner.h b/llvm/lib/Target/PIC16/PIC16Passes/PIC16Cloner.h index 19f18561108..6e7b1629314 100644 --- a/llvm/lib/Target/PIC16/PIC16Passes/PIC16Cloner.h +++ b/llvm/lib/Target/PIC16/PIC16Passes/PIC16Cloner.h @@ -52,6 +52,9 @@ namespace llvm { // Clone the body of a function. Function *cloneFunction(Function *F); + // Clone all shared functions. + void cloneSharedFunctions(CallGraphNode *isrCGN); + // Error reporting for PIC16Pass void reportError(string ErrorString, vector<string> &Values); void reportError(string ErrorString); |