diff options
author | Lee Wei <lee10202013@gmail.com> | 2024-11-13 01:01:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 08:01:53 +0000 |
commit | 91e134ad7d162c9affe37c67afb9dec34a215b7a (patch) | |
tree | f98613705c008493179ddb7f507f18277eee25b3 /lldb/source/Commands/CommandObjectSource.cpp | |
parent | ae7b5af904850db71308915836f32a8d79553dd8 (diff) | |
download | llvm-91e134ad7d162c9affe37c67afb9dec34a215b7a.zip llvm-91e134ad7d162c9affe37c67afb9dec34a215b7a.tar.gz llvm-91e134ad7d162c9affe37c67afb9dec34a215b7a.tar.bz2 |
[llvm] Replace `UndefValue::get` with `PoisonValue::get` in a unit test [NFC] (#115985)
Since these `UndefValue::get` are acted as placeholders, I think it's
safe to replace them with poison values.
There are a lot of `UndefValue::get` in LLVM, I'll start fixing the ones
in `unittests` while fixing the regression tests.
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions