[PATCH] D33278: [LLVM][x86][Inline Asm] - Enum support for MS syntax

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 18:19:24 PDT 2017


rnk added inline comments.


================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:1382
+        if (const MCConstantExpr *CE = 
+            dyn_cast_or_null<const MCConstantExpr>(Val)) {
+          StringRef ErrMsg;
----------------
rnk wrote:
> Please use clang-format here and elsewhere
not addressed?


Repository:
  rL LLVM

https://reviews.llvm.org/D33278





More information about the llvm-commits mailing list