fix parsing .comm directives on systems which do not represent alignments
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 06:22:22 +0000 (06:22 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 06:22:22 +0000 (06:22 +0000)
commit258281d8ac7b6ab61d64948340038e5f6692e3c0
tree72a6b3f76b0f30ef80614721c1ddac414c0703cf
parentf4d9a555ba99a9def419c57fd96d253961c05c84
fix parsing .comm directives on systems which do not represent alignments
as a power of 2.  This fixes MC/AsmParser/directive_comm.s

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93867 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-mc/AsmLexer.h
tools/llvm-mc/AsmParser.cpp