Refactor inline asm constraint matching code out of SDIsel into TargetLowering.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 26 Feb 2008 02:33:44 +0000 (02:33 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 26 Feb 2008 02:33:44 +0000 (02:33 +0000)
commit5c80760fdf71659c5bdf45cd85d173df454dfb41
treecb752a6171a50db33a1c05f382cb436f59789769
parent9a8a88b72d5713fb84aee2f39b1d084f8f579fd5
Refactor inline asm constraint matching code out of SDIsel into TargetLowering.

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