diff options
author | Hal Finkel <hfinkel@anl.gov> | 2013-09-15 02:19:49 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2013-09-15 02:19:49 +0000 |
commit | 31658834e67e837ee8940ca1798c42b9296e747a (patch) | |
tree | 27af2eb184887cc349b9787e708e66d5dae4439a /llvm/lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | 655531521eb499c8313d2b5450fa257123a46a52 (diff) | |
download | bcm5719-llvm-31658834e67e837ee8940ca1798c42b9296e747a.tar.gz bcm5719-llvm-31658834e67e837ee8940ca1798c42b9296e747a.zip |
Prevent assert in CombinerGlobalAA with null values
DAGCombiner::isAlias can be called with SrcValue1 or SrcValue2 null, and we
can't use AA in this case (if we try, then the casting code in AA will assert).
llvm-svn: 190763
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions