From b1b2c37305af83d26aab5f26de17531a013fec1e Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Tue, 2 May 2017 18:19:11 +0000 Subject: [Hexagon] Change iconst to emit 27bit relocation Patch by Colin LeMahieu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301956 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/Hexagon/iconst.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/MC/Hexagon') diff --git a/test/MC/Hexagon/iconst.s b/test/MC/Hexagon/iconst.s index 917cc64ba95..156d1abe8cb 100644 --- a/test/MC/Hexagon/iconst.s +++ b/test/MC/Hexagon/iconst.s @@ -2,5 +2,5 @@ a: # CHECK: r0 = add(r0,#0) -# CHECK: R_HEX_23_REG +# CHECK: R_HEX_27_REG r0 = iconst(#a) -- cgit v1.2.3