[NFC]Add Missing Break in switch that we didn't notice because it was
authorErich Keane <erich.keane@intel.com>
Tue, 10 May 2022 19:27:45 +0000 (12:27 -0700)
committerErich Keane <erich.keane@intel.com>
Tue, 10 May 2022 19:27:45 +0000 (12:27 -0700)
last.

clang/lib/AST/ASTStructuralEquivalence.cpp

index b15036a..d80fc3c 100644 (file)
@@ -1236,6 +1236,7 @@ static bool IsStructurallyEquivalent(StructuralEquivalenceContext &Context,
         !IsStructurallyEquivalent(Context, Int1->getNumBitsExpr(),
                                   Int2->getNumBitsExpr()))
       return false;
+    break;
   }
   } // end switch