diff options
| author | Dan Gohman <dan433584@gmail.com> | 2015-11-25 16:29:24 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2015-11-25 16:29:24 +0000 |
| commit | fd4a88c3768e437e3c0606191cf5cdf4cfe5b2d1 (patch) | |
| tree | 438ce2c5375c00638074d2559111ef30193aaad0 /llvm/lib/Target/WebAssembly/InstPrinter | |
| parent | 02559bbfd7548d4f2c143c6bcbeda2f54cc1bdda (diff) | |
| download | bcm5719-llvm-fd4a88c3768e437e3c0606191cf5cdf4cfe5b2d1.tar.gz bcm5719-llvm-fd4a88c3768e437e3c0606191cf5cdf4cfe5b2d1.zip | |
[WebAssembly] Add 'final' to some classes. NFC.
llvm-svn: 254073
Diffstat (limited to 'llvm/lib/Target/WebAssembly/InstPrinter')
| -rw-r--r-- | llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h index 80fe29d56f7..319c8ee1d5d 100644 --- a/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h +++ b/llvm/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.h @@ -23,7 +23,7 @@ namespace llvm { class MCOperand; class MCSubtargetInfo; -class WebAssemblyInstPrinter : public MCInstPrinter { +class WebAssemblyInstPrinter final : public MCInstPrinter { public: WebAssemblyInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI); |

