diff options
author | Fangrui Song <i@maskray.me> | 2024-04-25 13:21:46 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2024-04-25 13:21:46 -0700 |
commit | 2c0a185e99dab199aabcf4cd165ac6a312d56b1e (patch) | |
tree | 52d09475ae50f21b356628bebf6785e32b968e2e /llvm/lib/IR/Verifier.cpp | |
parent | e71ce0020fa38a8bf0f4f1518e216659b96b4c13 (diff) | |
download | llvm-2c0a185e99dab199aabcf4cd165ac6a312d56b1e.zip llvm-2c0a185e99dab199aabcf4cd165ac6a312d56b1e.tar.gz llvm-2c0a185e99dab199aabcf4cd165ac6a312d56b1e.tar.bz2 |
Remove unneeded LLVM_FALLTHROUGH. NFC
Diffstat (limited to 'llvm/lib/IR/Verifier.cpp')
-rw-r--r-- | llvm/lib/IR/Verifier.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/Verifier.cpp b/llvm/lib/IR/Verifier.cpp index 365bba8..e42cc7e 100644 --- a/llvm/lib/IR/Verifier.cpp +++ b/llvm/lib/IR/Verifier.cpp @@ -6226,7 +6226,6 @@ void Verifier::visitIntrinsicCall(Intrinsic::ID ID, CallBase &Call) { break; } case Intrinsic::experimental_convergence_entry: - LLVM_FALLTHROUGH; case Intrinsic::experimental_convergence_anchor: break; case Intrinsic::experimental_convergence_loop: |