Added skeleton for inline asm multiple alternative constraint support.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Mon, 13 Sep 2010 18:15:37 +0000 (18:15 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Mon, 13 Sep 2010 18:15:37 +0000 (18:15 +0000)
commiteac6e1d0c748afc3d1496be0753ffbe5f5a4279b
tree94079e066b7fbaf541433ad07e9453331d09b7ba
parentc32a2260a6145000581a74fd61ba57bdcc4cb951
Added skeleton for inline asm multiple alternative constraint support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113766 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InlineAsm.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Transforms/Scalar/CodeGenPrepare.cpp
lib/Transforms/Utils/AddrModeMatcher.cpp
lib/VMCore/InlineAsm.cpp