Keep track of *which* input constraint matches an output
authorChris Lattner <sabre@nondot.org>
Fri, 17 Oct 2008 16:47:46 +0000 (16:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 Oct 2008 16:47:46 +0000 (16:47 +0000)
commit6bdcda3d3e30003fb6cef1d4e2fd3a5d5b40d3fc
tree41b5912ce69512f42f4d6dc44331f27285c622cb
parent58f15c482a7129c78ca809792b46befa20ea337d
Keep track of *which* input constraint matches an output
constraint.  Reject asms where an output has multiple
input constraints tied to it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57687 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InlineAsm.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/VMCore/InlineAsm.cpp