projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18fc7b
)
Update a .fill test to use the updated semantics.
author
David Majnemer
<david.majnemer@gmail.com>
Sat, 1 Feb 2014 07:36:52 +0000
(07:36 +0000)
committer
David Majnemer
<david.majnemer@gmail.com>
Sat, 1 Feb 2014 07:36:52 +0000
(07:36 +0000)
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
test/MC/AsmParser/directive_fill.s
patch
|
blob
|
history
diff --git
a/test/MC/AsmParser/directive_fill.s
b/test/MC/AsmParser/directive_fill.s
index 11da32929f5cb3aacd89bfe77890be068ba74276..28d7fa2a343516be2fc70dada91bb9b70de6e8ef 100644
(file)
--- 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