Skip to content
Commit f844b3b2 authored by Dan Gohman's avatar Dan Gohman
Browse files

Remove the code from Function::dropAllReferences which replaced

uses of the function's blocks with undef. This code isn't needed,
because BasicBlock's destructor handles such uses. Also, undef isn't
correct, since blockaddresses may still be used for comparisons
with null.

llvm-svn: 121170
parent d43384f6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment