The form of BuildMI used for TAILJMPr was changing the register
authorDale Johannesen <dalej@apple.com>
Tue, 15 Jun 2010 03:13:49 +0000 (03:13 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 15 Jun 2010 03:13:49 +0000 (03:13 +0000)
commit4b559f070a118341f575bbedd5a1d6b6c27a608b
tree9cb30576ef7c919a2c68a3e950a58d3c30b05820
parent400c95fe3802821815c69077e48c8fd276ec6494
The form of BuildMI used for TAILJMPr was changing the register
containing the target address, an input, into an output.  I don't
think this actually broke anything on x86 (it does on ARM), but
it's wrong.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105986 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86RegisterInfo.cpp