diff options
author | Alex Bradbury <asb@lowrisc.org> | 2019-07-17 14:04:48 +0000 |
---|---|---|
committer | Alex Bradbury <asb@lowrisc.org> | 2019-07-17 14:04:48 +0000 |
commit | c74fded05ff3d392d1190e39195f1e8d375660d1 (patch) | |
tree | 505ab380d2c7def78d9ecdd0775225cedd815c11 | |
parent | ab009a602e96b238000d9e20e5c54b078d08aad3 (diff) | |
download | bcm5719-llvm-c74fded05ff3d392d1190e39195f1e8d375660d1.tar.gz bcm5719-llvm-c74fded05ff3d392d1190e39195f1e8d375660d1.zip |
[RISCV][NFC] Remove outdated TODO from test/CodeGen/RISCV/dwarf-eh.ll
llvm-svn: 366330
-rw-r--r-- | llvm/test/CodeGen/RISCV/dwarf-eh.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/dwarf-eh.ll b/llvm/test/CodeGen/RISCV/dwarf-eh.ll index ecca81783e5..5b192ea5167 100644 --- a/llvm/test/CodeGen/RISCV/dwarf-eh.ll +++ b/llvm/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: |