Fix Wimplicit-fallthrough warning introduced in rL357466. NFCI.

llvm-svn: 357467
This commit is contained in:
Simon Pilgrim 2019-04-02 11:25:38 +00:00
parent 4f839ac188
commit 4bad9c2170
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ public:
// Don't use floating point registers on soft float ABI.
if (FloatABI == SoftFloat)
return false;
LLVM_FALLTHROUGH;
case 'b': // Base register
Info.setAllowsRegister();
break;