mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 21:05:23 +00:00
We'll return a null RC by default if we can't match.
Part of rdar://9119939 llvm-svn: 134217
This commit is contained in:
parent
c09ce29b8b
commit
aec0b9ae1f
@ -7544,8 +7544,7 @@ ARMTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
|
||||
case 'h': // High regs or no regs.
|
||||
if (Subtarget->isThumb())
|
||||
return RCPair(0U, ARM::hGPRRegisterClass);
|
||||
else
|
||||
return RCPair(0U, static_cast<const TargetRegisterClass*>(0));
|
||||
break;
|
||||
case 'r':
|
||||
return RCPair(0U, ARM::GPRRegisterClass);
|
||||
case 'w':
|
||||
|
Loading…
x
Reference in New Issue
Block a user