From 7f64065ccf4c478b7362e3d427bd9a36bff93c07 Mon Sep 17 00:00:00 2001 From: Alex Bradbury Date: Wed, 17 Jul 2019 14:04:48 +0000 Subject: [PATCH] [RISCV][NFC] Remove outdated TODO from test/CodeGen/RISCV/dwarf-eh.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366330 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/RISCV/dwarf-eh.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/RISCV/dwarf-eh.ll b/test/CodeGen/RISCV/dwarf-eh.ll index ecca81783e5..5b192ea5167 100644 --- a/test/CodeGen/RISCV/dwarf-eh.ll +++ b/test/CodeGen/RISCV/dwarf-eh.ll @@ -51,8 +51,8 @@ try.cont: ; CHECK-NEXT: .byte 255 # @LPStart Encoding = omit ; TTypeEncoding = DW_EH_PE_indirect | DW_EH_PE_pcrel | DW_EH_PE_sdata4 ; CHECK-NEXT: .byte 155 # @TType Encoding = indirect pcrel sdata4 -; TODO: call site encoding should be DW_EH_PE_udata4 ; CHECK: .Lttbaseref0: +; CallSiteEncoding = dwarf::DW_EH_PE_udata4 ; CHECK-NEXT: .byte 3 # Call site Encoding = udata4 ; CHECK-NEXT: .uleb128 .Lcst_end0-.Lcst_begin0 ; CHECK-NEXT: cst_begin0: -- 2.40.0