[PATCH] D50795: [MC][X86] Enhance X86 Register expression handling to more closely match GCC.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 15 14:05:04 PDT 2018
rnk added inline comments.
================
Comment at: llvm/lib/MC/MCExpr.cpp:765
+ return true;
+ default: {}
+ }
----------------
This is a bit of an odd construct, maybe just do `default: break;` like normal.
Repository:
rL LLVM
https://reviews.llvm.org/D50795
More information about the llvm-commits
mailing list