llvm-svn: 35639
This commit is contained in:
Evan Cheng 2007-04-04 00:06:07 +00:00
parent ac5b650a54
commit bd31f41daa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}