[AArch64][SVE] Fix -Wimplicit-fallthrough after D73711
authorFangrui Song <maskray@google.com>
Fri, 21 Feb 2020 21:45:12 +0000 (13:45 -0800)
committerFangrui Song <maskray@google.com>
Fri, 21 Feb 2020 21:46:33 +0000 (13:46 -0800)
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp

index 063a654..43ddd97 100644 (file)
@@ -173,10 +173,9 @@ public:
       if (auto CN = dyn_cast<ConstantFPSDNode>(Opnd0))
         if (CN->isZero())
           return true;
-    }
-    default:
       break;
     }
+    }
 
     return false;
   }