summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp')
-rw-r--r--gnu/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp b/gnu/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
index e54c887d609..16d240e9619 100644
--- a/gnu/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+++ b/gnu/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
@@ -402,7 +402,8 @@ bool AMDGPUInstructionSelector::selectG_LOAD(MachineInstr &I) const {
return Ret;
}
-bool AMDGPUInstructionSelector::select(MachineInstr &I) const {
+bool AMDGPUInstructionSelector::select(MachineInstr &I,
+ CodeGenCoverage &CoverageInfo) const {
if (!isPreISelGenericOpcode(I.getOpcode()))
return true;