Add MBB successors and physreg Uses in the same order that
authorDan Gohman <gohman@apple.com>
Tue, 7 Oct 2008 22:10:33 +0000 (22:10 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 7 Oct 2008 22:10:33 +0000 (22:10 +0000)
commit8c3f8b6dea6d8ddcc40e3d996caa93067ee64454
tree308cb1e54148ec2d98e9bad4be3eb11d9de3880d
parent1e9e8c3bd5ac018296bddb21a2acb8c643303b39
Add MBB successors and physreg Uses in the same order that
SDISel typically adds them in. This makes it a little easier
to compare FastISel output with SDISel output.

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