[PATCH] D20109: Add support for Code16GCC
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 11:23:37 PDT 2016
jyknight accepted this revision.
jyknight added a reviewer: jyknight.
jyknight added a comment.
This revision is now accepted and ready to land.
LGTM, modulo the one comment.
================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:64
@@ -63,2 +63,3 @@
private:
+ bool Code16GCC;
SMLoc consumeToken() {
----------------
Please put this variable with the other instance variables above.
https://reviews.llvm.org/D20109
More information about the llvm-commits
mailing list