diff options
Diffstat (limited to 'src/gpu-compute')
-rw-r--r-- | src/gpu-compute/gpu_dyn_inst.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu-compute/gpu_dyn_inst.cc b/src/gpu-compute/gpu_dyn_inst.cc index 337ff9d4f..2f35a983c 100644 --- a/src/gpu-compute/gpu_dyn_inst.cc +++ b/src/gpu-compute/gpu_dyn_inst.cc @@ -84,7 +84,7 @@ GPUDynInst::isVectorRegister(int operandIdx) bool GPUDynInst::isScalarRegister(int operandIdx) { - return staticInst->isVectorRegister(operandIdx); + return staticInst->isScalarRegister(operandIdx); } int |