diff options
author | Louis Gerbarg <lgg@apple.com> | 2014-05-17 06:51:36 +0000 |
---|---|---|
committer | Louis Gerbarg <lgg@apple.com> | 2014-05-17 06:51:36 +0000 |
commit | 455805694efd4953a3192d1a828fecf0b6dfd212 (patch) | |
tree | 85bb9b465a3c57da39b25ac0dae18e57fa525f9c /llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp | |
parent | 483e4e08ac5fa8877c416abe616f4025a5332cd0 (diff) | |
download | bcm5719-llvm-455805694efd4953a3192d1a828fecf0b6dfd212.tar.gz bcm5719-llvm-455805694efd4953a3192d1a828fecf0b6dfd212.zip |
Fix for sanitizer crash introduced in r209049
This patch fixes 3 issues introduced by r209049 that only showed up in on
the sanitizer buildbots. One was a typo in a compare. The other is a check to
confirm that the single differing value in the two incoming GEPs is the same
type. The final issue was the the IRBuilder under some circumstances would
build PHIs in the middle of the block.
llvm-svn: 209065
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp')
0 files changed, 0 insertions, 0 deletions