diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-12-19 22:05:25 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-12-19 22:05:25 +0000 |
commit | 0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c (patch) | |
tree | 1f121135fb5c07575653076be40e123c9d247244 /llvm/lib/IR/ConstantFold.cpp | |
parent | f81727d138b3b216c4db06ab8b01d67de6580525 (diff) | |
download | bcm5719-llvm-0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c.tar.gz bcm5719-llvm-0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c.zip |
Silence a bunch of implicit fallthrough warnings
llvm-svn: 321114
Diffstat (limited to 'llvm/lib/IR/ConstantFold.cpp')
-rw-r--r-- | llvm/lib/IR/ConstantFold.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/ConstantFold.cpp b/llvm/lib/IR/ConstantFold.cpp index 90b10309b58..59818a1425f 100644 --- a/llvm/lib/IR/ConstantFold.cpp +++ b/llvm/lib/IR/ConstantFold.cpp @@ -1674,6 +1674,7 @@ static ICmpInst::Predicate evaluateICmpRelation(Constant *V1, Constant *V2, } } } + break; } default: break; |