summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/SIInstrInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIInstrInfo.h')
-rw-r--r--llvm/lib/Target/AMDGPU/SIInstrInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIInstrInfo.h b/llvm/lib/Target/AMDGPU/SIInstrInfo.h
index 86ea50eadb2..f481c6f9982 100644
--- a/llvm/lib/Target/AMDGPU/SIInstrInfo.h
+++ b/llvm/lib/Target/AMDGPU/SIInstrInfo.h
@@ -512,6 +512,8 @@ public:
return get(pseudoToMCOpcode(Opcode));
}
+ unsigned getInstSizeInBytes(const MachineInstr &MI) const;
+
ArrayRef<std::pair<int, const char *>>
getSerializableTargetIndices() const override;
OpenPOWER on IntegriCloud