summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUAsmPrinter.h
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-04-17 15:17:25 +0000
committerVincent Lejeune <vljn@ovi.com>2013-04-17 15:17:25 +0000
commit141ca7fc6488bfb20ad59854cc12039e16688ed3 (patch)
tree6e38ef655da5a133b0e8f5dccb4b6243d9ff55c2 /lib/Target/R600/AMDGPUAsmPrinter.h
parent784baa6f4440beac54881673ecc7baa88f8b94dd (diff)
downloadllvm-141ca7fc6488bfb20ad59854cc12039e16688ed3.tar.gz
llvm-141ca7fc6488bfb20ad59854cc12039e16688ed3.tar.bz2
llvm-141ca7fc6488bfb20ad59854cc12039e16688ed3.tar.xz
R600: Emit used GPRs count
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179684 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/AMDGPUAsmPrinter.h')
-rw-r--r--lib/Target/R600/AMDGPUAsmPrinter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/R600/AMDGPUAsmPrinter.h b/lib/Target/R600/AMDGPUAsmPrinter.h
index 3812282b17..f425ef4194 100644
--- a/lib/Target/R600/AMDGPUAsmPrinter.h
+++ b/lib/Target/R600/AMDGPUAsmPrinter.h
@@ -33,7 +33,8 @@ public:
/// \brief Emit register usage information so that the GPU driver
/// can correctly setup the GPU state.
- void EmitProgramInfo(MachineFunction &MF);
+ void EmitProgramInfoR600(MachineFunction &MF);
+ void EmitProgramInfoSI(MachineFunction &MF);
/// Implemented in AMDGPUMCInstLower.cpp
virtual void EmitInstruction(const MachineInstr *MI);