commit | 0e6694d111b6d3c0438f2b72fab6d10b7b4eab6c | [log] [tgz] |
---|---|---|
author | Adrian Prantl <aprantl@apple.com> | Tue Dec 19 22:05:25 2017 +0000 |
committer | Adrian Prantl <aprantl@apple.com> | Tue Dec 19 22:05:25 2017 +0000 |
tree | 1f121135fb5c07575653076be40e123c9d247244 | |
parent | f81727d138b3b216c4db06ab8b01d67de6580525 [diff] |
Silence a bunch of implicit fallthrough warnings llvm-svn: 321114
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index 3103709..d799544 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -2033,6 +2033,7 @@ } } // else fallthrough + LLVM_FALLTHROUGH; // The MC library also has a right-shift operator, but it isn't consistently // signed or unsigned between different targets.