Hello everybody,<div>I am writing a pass, that does something on strings. It's a long story, so I will write shortly.</div><div>If I have an iterator on invoke instruction, how can I take its label parameters?</div><div>
For example,</div><div><div>invoke void @_ZNSsC1EPKcRKSaIcE(%"class.std::basic_string"* %str, i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0), %"class.std::allocator"* %2)</div><div>          to label %7 unwind label %20</div>
</div><div><br></div><div>Here I am trying to get the <u>label %7</u> and <u>label %20</u>. Is that possible? We have tried just to increment our iterator, but it didn't help...</div><div><br></div><div>Sincerely, Schuhmacher.</div>