add support for .zerofill, patch by Kevin Enderby!
authorChris Lattner <sabre@nondot.org>
Fri, 10 Jul 2009 22:20:30 +0000 (22:20 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Jul 2009 22:20:30 +0000 (22:20 +0000)
commit9be3fee2bdc3126fb87e4e1b31935905f4bcc4d0
treeb51bd12c9229acf7e8630ea1ff8db5cdc44da66e
parentdd9f8bbc20c3941efb4923e5f3a462c73a80713a
add support for .zerofill, patch by Kevin Enderby!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75301 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
test/MC/AsmParser/directive_zerofill.s [new file with mode: 0644]
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h