[PATCH] D47255: [mips] Fix the definitions of lwp, swp
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 23 07:53:31 PDT 2018
atanasyan accepted this revision.
atanasyan added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: lib/Target/Mips/AsmParser/MipsAsmParser.cpp:5532
+
+ return;
+}
----------------
Redundant `return`.
Repository:
rL LLVM
https://reviews.llvm.org/D47255
More information about the llvm-commits
mailing list