add initial support for handling inline asms with multiple constraints.
authorChris Lattner <sabre@nondot.org>
Mon, 29 Jan 2007 23:45:14 +0000 (23:45 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 29 Jan 2007 23:45:14 +0000 (23:45 +0000)
commit367f109ba954239a348c624a3331422bfdb31d03
treeba9c93ef5a6c57af84e55a4f4263c3620485b58f
parentdb4e6e77fc6e97e0bc6d14a93ee191b91bc40777
add initial support for handling inline asms with multiple constraints.
This doesn't do the "right thing" but will probably work in most cases.

This implements CodeGen/PowerPC/2007-01-29-lbrx-asm.ll.

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