Skip to content

Commit 5f29052

Browse files
author
Dave Bartolomeo
committed
C++: Accept test diffs due to opcode rename
1 parent 281985b commit 5f29052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/test/library-tests/ir/ir/raw_ir.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4867,12 +4867,12 @@ ir.cpp:
48674867
# 863| r863_1(glval<void *>) = VariableAddress[pv] :
48684868
# 863| r863_2(glval<PolymorphicBase *>) = VariableAddress[pb] :
48694869
# 863| r863_3(PolymorphicBase *) = Load : &:r863_2, ~m?
4870-
# 863| r863_4(void *) = DynamicCastToVoid : r863_3
4870+
# 863| r863_4(void *) = CompleteObjectAddress : r863_3
48714871
# 863| mu863_5(void *) = Store : &:r863_1, r863_4
48724872
# 864| r864_1(glval<void *>) = VariableAddress[pcv] :
48734873
# 864| r864_2(glval<PolymorphicDerived *>) = VariableAddress[pd] :
48744874
# 864| r864_3(PolymorphicDerived *) = Load : &:r864_2, ~m?
4875-
# 864| r864_4(void *) = DynamicCastToVoid : r864_3
4875+
# 864| r864_4(void *) = CompleteObjectAddress : r864_3
48764876
# 864| mu864_5(void *) = Store : &:r864_1, r864_4
48774877
# 865| v865_1(void) = NoOp :
48784878
# 849| v849_4(void) = ReturnVoid :

0 commit comments

Comments
 (0)