Skip to content
Commit fc4ec253 authored by Chris Lattner's avatar Chris Lattner
Browse files

fix a valgrind error on copy-constructor-synthesis.cpp, which is caused when

the custom insertion hook deletes the instruction, then we try to set dead
flags on it.  Neither the code that I added nor the code that was there 
before was safe.

llvm-svn: 99538
parent a1d0a027
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