diff options
author | Craig Topper <craig.topper@intel.com> | 2019-06-02 03:31:01 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-06-02 03:31:01 +0000 |
commit | f58ef87bb789bece7cba04925756814b903b3740 (patch) | |
tree | abcda9a503645ccdb00bc813dfe00175f239b891 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 0a6bababa830e325014eb5ebde1b39050afcb2a3 (diff) | |
download | llvm-f58ef87bb789bece7cba04925756814b903b3740.zip llvm-f58ef87bb789bece7cba04925756814b903b3740.tar.gz llvm-f58ef87bb789bece7cba04925756814b903b3740.tar.bz2 |
[DAGCombiner] Replace two unchecked dyn_casts with casts.
The results of the dyn_casts were immediately dereferenced on the next line
so they had better not be null.
I don't think there's any way for these dyn_casts to fail, so use a cast
of adding null check.
llvm-svn: 362315
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions