diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-21 23:08:09 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-21 23:08:09 +0000 |
| commit | 08e6373528ec26b0980edcb2d45be07bc7534afc (patch) | |
| tree | 9714d07ab0ec2af6f3e4e55b48fa46a91434b468 /lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h | |
| parent | 3d153ff2f9b02dfed57352ab3102c5852d178b06 (diff) | |
| download | external_llvm-08e6373528ec26b0980edcb2d45be07bc7534afc.zip external_llvm-08e6373528ec26b0980edcb2d45be07bc7534afc.tar.gz external_llvm-08e6373528ec26b0980edcb2d45be07bc7534afc.tar.bz2 | |
revert 79631
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h')
| -rw-r--r-- | lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h index ece19ca..55a2fcf 100644 --- a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h +++ b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.h @@ -52,7 +52,7 @@ namespace llvm { void EmitDefinedVars (Module &M); void EmitIData (Module &M); void EmitUData (Module &M); - void EmitAutos (const Function *F); + void EmitAutos (std::string FunctName); void EmitRemainingAutos (); void EmitRomData (Module &M); void EmitFunctionFrame(MachineFunction &MF); |
