Skip to content

Commit

Permalink
[temp] add temporary source print
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelaiwo committed Oct 12, 2023
1 parent bb3ae72 commit b72483b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Expr/ExprPPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ class PPrinter : public ExprPPrinter {
s->constantValues.print(PC.getStream(), Density::Sparse);
} else if (auto s = dyn_cast<SymbolicSizeConstantAddressSource>(source)) {
PC << "UNIMPLEMENTED";
} else if (auto s = dyn_cast<UninitializedSource>(source)) {
PC << "UNIMPLEMENTED";
} else if (auto s = dyn_cast<MakeSymbolicSource>(source)) {
PC << s->name << " " << s->version;
} else if (auto s = dyn_cast<LazyInitializationSource>(source)) {
Expand Down

0 comments on commit b72483b

Please sign in to comment.