diff options
Diffstat (limited to 'lib/MC/MCAsmInfoWasm.cpp')
| -rw-r--r-- | lib/MC/MCAsmInfoWasm.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfoWasm.cpp b/lib/MC/MCAsmInfoWasm.cpp index fc55059ff75dd..d448664baa143 100644 --- a/lib/MC/MCAsmInfoWasm.cpp +++ b/lib/MC/MCAsmInfoWasm.cpp @@ -15,7 +15,7 @@  #include "llvm/MC/MCAsmInfoWasm.h"  using namespace llvm; -void MCAsmInfoWasm::anchor() { } +void MCAsmInfoWasm::anchor() {}  MCAsmInfoWasm::MCAsmInfoWasm() {    HasIdentDirective = true;  | 
