diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-05-13 01:23:21 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-05-13 01:23:21 +0000 |
| commit | 7e2b7567a8110abc5399e8c32ba180c87366e123 (patch) | |
| tree | 6a3a37f4ec53dd1f2d91030980d7402b3ab52333 /clang/lib/Analysis/CallGraph.cpp | |
| parent | b321ecbdcfc9543e8efdf469cebeb8361e8f7e97 (diff) | |
| download | bcm5719-llvm-7e2b7567a8110abc5399e8c32ba180c87366e123.tar.gz bcm5719-llvm-7e2b7567a8110abc5399e8c32ba180c87366e123.zip | |
Assert that we don't RAUW a Constant with a ConstantExpr that contains it.
We already had an assert for foo->RAUW(foo), but not for something like
foo->RAUW(GEP(foo)) and would go in an infinite loop trying to apply
the replacement.
llvm-svn: 208663
Diffstat (limited to 'clang/lib/Analysis/CallGraph.cpp')
0 files changed, 0 insertions, 0 deletions

