summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-21 15:43:35 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-21 15:43:35 +0000
commitbc38ca7321b4ca32580e397a9b7df970688560c0 (patch)
tree998c45d45690bef410d0dc1787411949d8ade7fc /test
parent25f1aa04ff27ddc3de9154ee58e64a96849ff66c (diff)
downloadllvm-bc38ca7321b4ca32580e397a9b7df970688560c0.tar.gz
llvm-bc38ca7321b4ca32580e397a9b7df970688560c0.tar.bz2
llvm-bc38ca7321b4ca32580e397a9b7df970688560c0.tar.xz
llvm-mc: Accept .fill size of 8.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/AsmParser/directive_fill.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/AsmParser/directive_fill.s b/test/MC/AsmParser/directive_fill.s
index 95c7b46baf..60bd468cd3 100644
--- a/test/MC/AsmParser/directive_fill.s
+++ b/test/MC/AsmParser/directive_fill.s
@@ -10,3 +10,8 @@ TEST0:
# CHECK: .short 3
TEST1:
.fill 2, 2, 3
+
+# CHECK: TEST2:
+# CHECK: .quad 4
+TEST2:
+ .fill 1, 8, 4