mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user