[PATCH] D13869: instruction 'align' in asm blocks works incorrectly with some cases of parameters
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 09:05:37 PDT 2015
rnk added inline comments.
================
Comment at: lib/MC/MCParser/AsmParser.cpp:4678
@@ -4678,3 +4677,3 @@
unsigned AdditionalSkip = 0;
// Rewrite expressions in $N notation.
----------------
rnk wrote:
> This is now always zero, so you should zap it.
Sorry, ignore this, I think we need to keep it along with the log2 machinery I asked you to remove.
http://reviews.llvm.org/D13869
More information about the llvm-commits
mailing list