@@ -15504,7 +15504,7 @@ ir.cpp:
1550415504# 2028| ValueCategory = lvalue
1550515505# 2028| getRValue(): [ConditionalExpr] ... ? ... : ...
1550615506# 2028| Type = [IntType] unsigned int
15507- # 2028| ValueCategory = prvalue
15507+ # 2028| ValueCategory = prvalue(load)
1550815508# 2028| getCondition(): [LTExpr] ... < ...
1550915509# 2028| Type = [BoolType] bool
1551015510# 2028| ValueCategory = prvalue
@@ -15522,7 +15522,7 @@ ir.cpp:
1552215522# 2028| ValueCategory = prvalue
1552315523# 2029| getThen(): [CommaExpr] ... , ...
1552415524# 2029| Type = [IntType] unsigned int
15525- # 2029| ValueCategory = prvalue
15525+ # 2029| ValueCategory = prvalue(load)
1552615526# 2029| getLeftOperand(): [FunctionCall] call to CommaTestHelper
1552715527# 2029| Type = [VoidType] void
1552815528# 2029| ValueCategory = prvalue
@@ -15547,7 +15547,7 @@ ir.cpp:
1554715547# 2030| ValueCategory = prvalue
1554815548# 2029| getThen().getFullyConverted(): [ParenthesisExpr] (...)
1554915549# 2029| Type = [IntType] unsigned int
15550- # 2029| ValueCategory = prvalue
15550+ # 2029| ValueCategory = prvalue(load)
1555115551# 2030| getElse().getFullyConverted(): [CStyleCast] (unsigned int)...
1555215552# 2030| Conversion = [IntegralConversion] integral conversion
1555315553# 2030| Type = [IntType] unsigned int
0 commit comments