mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 04:24:23 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35639 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
71bfd11c67
commit
0a7baa24d1
@ -1637,7 +1637,7 @@ ARMTargetLowering::getRegForInlineAsmConstraint(const std::string &Constraint,
|
||||
case 'w':
|
||||
if (VT == MVT::f32)
|
||||
return std::make_pair(0U, ARM::SPRRegisterClass);
|
||||
if (VT == MVT::f32)
|
||||
if (VT == MVT::f64)
|
||||
return std::make_pair(0U, ARM::DPRRegisterClass);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user