aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-03 04:03:44 +0000
committerChris Lattner <sabre@nondot.org>2009-09-03 04:03:44 +0000
commit2f0adae973010f659909b77041b6cd674953d9b1 (patch)
tree2962d07f4fe8e57066b117ca68d506d74700d88d /test/MC
parent579531c61b1bef44bf2d05dc334b5e7eba86397c (diff)
downloadexternal_llvm-2f0adae973010f659909b77041b6cd674953d9b1.zip
external_llvm-2f0adae973010f659909b77041b6cd674953d9b1.tar.gz
external_llvm-2f0adae973010f659909b77041b6cd674953d9b1.tar.bz2
update test for alignment value in hex
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/AsmParser/directive_align.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AsmParser/directive_align.s b/test/MC/AsmParser/directive_align.s
index 7213086..15eb430 100644
--- a/test/MC/AsmParser/directive_align.s
+++ b/test/MC/AsmParser/directive_align.s
@@ -6,7 +6,7 @@ TEST0:
.align 1
# CHECK: TEST1:
-# CHECK: .p2alignl 3, 0, 2
+# CHECK: .p2alignl 3, 0x0, 2
TEST1:
.align32 3,,2