Commit d0afc6ad authored by Renato Golin's avatar Renato Golin
Browse files

Merge r261309: ARM: fix VFP asm constraints

llvm-svn: 261343
parent f85e06f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4915,8 +4915,8 @@ public:
    default: break;
    case 'l': // r0-r7
    case 'h': // r8-r15
    case 'w': // VFP Floating point register single precision
    case 'P': // VFP Floating point register double precision
    case 't': // VFP Floating point register single precision
    case 'w': // VFP Floating point register double precision
      Info.setAllowsRegister();
      return true;
    case 'I':