We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75f985 commit 82be1f8Copy full SHA for 82be1f8
IGC/DebugInfo/VISADebugInfo.hpp
@@ -57,8 +57,6 @@ class VISAObjectDebugInfo {
57
public:
58
VISAObjectDebugInfo(const CompiledObjectInfo &COIn);
59
60
- const CompiledObjectInfo &getCompiledObject() const { return CO; }
61
-
62
const CallFrameInfo &getCFI() const { return CO.cfi; }
63
64
RelocOffsetTy getRelocOffset() const { return CO.relocOffset; }
0 commit comments