From c0fad4d9fdb1aebe029bcb54311fad7059b1a9e5 Mon Sep 17 00:00:00 2001 From: Vladimir Medic Date: Wed, 13 Nov 2013 13:18:04 +0000 Subject: Fix bug in .gpword directive parsing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194570 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/Mips/mips_directives.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/MC') diff --git a/test/MC/Mips/mips_directives.s b/test/MC/Mips/mips_directives.s index 6bd690aad6..44e707c894 100644 --- a/test/MC/Mips/mips_directives.s +++ b/test/MC/Mips/mips_directives.s @@ -19,10 +19,11 @@ $BB0_2: .set noat $JTI0_0: .gpword ($BB0_2) + .word 0x77fffffc # CHECK: $JTI0_0: # CHECK: .gpword ($BB0_2) -# CHECK-NEXT: .4byte 2013265916 +# CHECK: .4byte 2013265916 .set at=$12 .set macro # CHECK: b 1332 # encoding: [0x10,0x00,0x01,0x4d] -- cgit v1.2.3