commit | bcd24b2d43bded4959338972cdc4c2c960b0a965 | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Thu Feb 13 21:58:16 2020 -0800 |
committer | Fangrui Song <maskray@google.com> | Thu Feb 13 22:08:55 2020 -0800 |
tree | 0c2effa2b2004f52117428c457c8b7d932ea7cb7 | |
parent | 16bf89267e5ac01d2b512ce784f23640a82de821 [diff] [blame] |
[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*
diff --git a/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp b/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp index edd2090..e98887e 100644 --- a/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp +++ b/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
@@ -839,7 +839,7 @@ if (Op0.getImm() == -1) Op0.setImm(Align); } - Out.EmitInstruction(Inst, getSTI()); + Out.emitInstruction(Inst, getSTI()); if (CurrentState == EndFunction) { onEndOfFunction(); } else {