[PATCH] D67095: [SVE][Inline-Asm] Fix -Wimplicit-fallthrough in AArch64ISelLowering.cpp
    Kerry McLaughlin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Sep  3 08:45:36 PDT 2019
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rL370769: [SVE][Inline-Asm] Fix -Wimplicit-fallthrough in AArch64ISelLowering.cpp (authored by kmclaughlin, committed by ).
Changed prior to commit:
  https://reviews.llvm.org/D67095?vs=218443&id=218463#toc
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67095/new/
https://reviews.llvm.org/D67095
Files:
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
Index: llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
===================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
+++ llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
@@ -5834,6 +5834,7 @@
         return std::make_pair(0U, &AArch64::ZPR_4bRegClass);
       if (VT.getSizeInBits() == 128)
         return std::make_pair(0U, &AArch64::FPR128_loRegClass);
+      break;
     case 'y':
       if (!Subtarget->hasFPARMv8())
         break;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67095.218463.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190903/7df7dba8/attachment.bin>
    
    
More information about the llvm-commits
mailing list