summaryrefslogtreecommitdiff
path: root/runtime/onert/core/src/ir/TypeInfo.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/onert/core/src/ir/TypeInfo.cc')
-rw-r--r--runtime/onert/core/src/ir/TypeInfo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/onert/core/src/ir/TypeInfo.cc b/runtime/onert/core/src/ir/TypeInfo.cc
index ab8af287e..5d1c7ba8b 100644
--- a/runtime/onert/core/src/ir/TypeInfo.cc
+++ b/runtime/onert/core/src/ir/TypeInfo.cc
@@ -28,7 +28,7 @@ bool operator==(const TypeInfo &lhs, const TypeInfo &rhs)
return false;
}
- if (lhs.offset() != rhs.offset())
+ if (lhs.zero_point() != rhs.zero_point())
{
return false;
}