Currently we cannot handle two-address instructions of the form:
A = B op C where A == C, but this cannot really occur in practice because of SSA form. Add an assert to check that just to be safe. llvm-svn: 10682
Loading
Please register or sign in to comment