Currently we cannot handle two-address instructions of the form:
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Mon, 5 Jan 2004 02:25:45 +0000 (02:25 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Mon, 5 Jan 2004 02:25:45 +0000 (02:25 +0000)
commit271bd2d7f1c8dca9906a9b9b9d3081b9040e2f48
tree59f64652a3a33751c0e34b8018121bce3ac93658
parent50c047d159a7f6d9a22e17178576c7ac5178356a
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10682 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TwoAddressInstructionPass.cpp