OSDN Git Service

switch TargetLowering::getConstraintType to take the entire constraint,
authorChris Lattner <sabre@nondot.org>
Sun, 25 Mar 2007 02:14:49 +0000 (02:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Mar 2007 02:14:49 +0000 (02:14 +0000)
commit4234f57fa02b1f04a9f52a7b3c2aa22d32ac521c
treebe85ddfcc73a327c28ecfa0d4d081a06a7467869
parent2b81207b4b2bafa912851e8935271aa2faf82cfe
switch TargetLowering::getConstraintType to take the entire constraint,
not just the first letter.  No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35322 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/Alpha/AlphaISelLowering.h
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h