Skip to content
Commit 08c53117 authored by Alkis Evlogimenos's avatar Alkis Evlogimenos
Browse files

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
parent 5e0e6717
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