[PATCH] D120898: clang-format
かめのこにょこにょこ via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 05:43:19 PST 2022
nokotan created this revision.
Herald added subscribers: hiraditya, jgravelle-google, sbc100, dschuff.
Herald added a project: All.
nokotan requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120898
Files:
llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
Index: llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
===================================================================
--- llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
+++ llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
@@ -183,7 +183,7 @@
}
bool WebAssemblyAsmTypeCheck::getTable(SMLoc ErrorLoc, const MCInst &Inst,
- wasm::ValType &Type) {
+ wasm::ValType &Type) {
const MCSymbolRefExpr *SymRef;
if (getSymRef(ErrorLoc, Inst, SymRef))
return true;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120898.412690.patch
Type: text/x-patch
Size: 603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220303/191e4e6d/attachment.bin>
More information about the llvm-commits
mailing list