From: David Majnemer Date: Sat, 1 Feb 2014 07:36:52 +0000 (+0000) Subject: Update a .fill test to use the updated semantics. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f34dc1b514a9d397cf7822851d87f1f76e5dcbb4;p=oota-llvm.git Update a .fill test to use the updated semantics. Something funny happened, this should've been part of r200606. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200607 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/AsmParser/directive_fill.s b/test/MC/AsmParser/directive_fill.s index 11da32929f5..28d7fa2a343 100644 --- a/test/MC/AsmParser/directive_fill.s +++ b/test/MC/AsmParser/directive_fill.s @@ -13,7 +13,8 @@ TEST1: .fill 2, 2, 3 # CHECK: TEST2: -# CHECK: .quad 4 +# CHECK: .long 4 +# CHECK: .long 0 TEST2: .fill 1, 8, 4