summaryrefslogtreecommitdiff
path: root/src/gpu-compute/kernel_cfg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu-compute/kernel_cfg.hh')
-rw-r--r--src/gpu-compute/kernel_cfg.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/kernel_cfg.hh b/src/gpu-compute/kernel_cfg.hh
index 74ea861d8..d4959c857 100644
--- a/src/gpu-compute/kernel_cfg.hh
+++ b/src/gpu-compute/kernel_cfg.hh
@@ -106,7 +106,7 @@ private:
GPUStaticInst* lastInstruction(const BasicBlock* block) const;
- BasicBlock* basicBlock(int inst_num) const;
+ BasicBlock* basicBlock(int inst_addr) const;
BasicBlock* postDominator(const BasicBlock* block) const;