llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytes
authorDaniel Dunbar <daniel@zuster.org>
Fri, 21 Aug 2009 23:01:53 +0000 (23:01 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 21 Aug 2009 23:01:53 +0000 (23:01 +0000)
commit0afb9f5ac2056fdde1e92378eee404a097dd7eca
treefca5e74713a91af47b6d2c7052c67fed14a985bf
parent7e844f128e0be77154aa08dbf2e828fcd4051604
llvm-mc: In a .fill directive, still honor .align even if invalid maximum bytes
count is given (this matches 'as').

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