diff options
Diffstat (limited to 'llvm/lib/MC/MCAsmInfoWasm.cpp')
-rw-r--r-- | llvm/lib/MC/MCAsmInfoWasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmInfoWasm.cpp b/llvm/lib/MC/MCAsmInfoWasm.cpp index fc55059ff75..d448664baa1 100644 --- a/llvm/lib/MC/MCAsmInfoWasm.cpp +++ b/llvm/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; |