[test][DebugInfo] Convert some test cases to opaque pointers. NFC
authorBjorn Pettersson <bjorn.a.pettersson@ericsson.com>
Wed, 12 Oct 2022 10:00:25 +0000 (12:00 +0200)
committerBjorn Pettersson <bjorn.a.pettersson@ericsson.com>
Wed, 12 Oct 2022 10:49:17 +0000 (12:49 +0200)
commit391f323690b9ef84d13a09ff07fb805008401fee
treec18b3f0195bc33ec438e53fc14bdb0682c75c0e6
parentd903fa4c6273b3e0faae47926d61429fcd78d699
[test][DebugInfo] Convert some test cases to opaque pointers. NFC

Conversion performed using the script at:
https://gist.github.com/nikic/98357b71fd67756b0f064c9517b62a34
106 files changed:
llvm/test/DebugInfo/Generic/2010-01-05-DbgScope.ll
llvm/test/DebugInfo/Generic/2010-03-12-llc-crash.ll
llvm/test/DebugInfo/Generic/2010-03-19-DbgDeclare.ll
llvm/test/DebugInfo/Generic/2010-03-24-MemberFn.ll
llvm/test/DebugInfo/Generic/2010-04-06-NestedFnDbgInfo.ll
llvm/test/DebugInfo/Generic/2010-04-19-FramePtr.ll
llvm/test/DebugInfo/Generic/PR20038.ll
llvm/test/DebugInfo/Generic/PR37395.ll
llvm/test/DebugInfo/Generic/address_space_rvalue.ll
llvm/test/DebugInfo/Generic/array.ll
llvm/test/DebugInfo/Generic/enum.ll
llvm/test/DebugInfo/Generic/gvn.ll
llvm/test/DebugInfo/Inputs/line.ll
llvm/test/DebugInfo/MSP430/cu-ranges.ll
llvm/test/DebugInfo/Mips/InlinedFnLocalVar.ll
llvm/test/DebugInfo/Mips/dsr-fixed-objects.ll
llvm/test/DebugInfo/Mips/dsr-non-fixed-objects.ll
llvm/test/DebugInfo/Mips/eh_frame.ll
llvm/test/DebugInfo/Mips/prologue_end.ll
llvm/test/DebugInfo/NVPTX/cu-range-hole.ll
llvm/test/DebugInfo/NVPTX/dbg-declare-alloca.ll
llvm/test/DebugInfo/NVPTX/dbg-value-const-byref.ll
llvm/test/DebugInfo/NVPTX/debug-addr-class.ll
llvm/test/DebugInfo/NVPTX/debug-info.ll
llvm/test/DebugInfo/NVPTX/debug-loc-offset.ll
llvm/test/DebugInfo/PowerPC/debugger-tune.ll
llvm/test/DebugInfo/PowerPC/strict-dwarf.ll
llvm/test/DebugInfo/RISCV/dwarf-riscv-relocs.ll
llvm/test/DebugInfo/RISCV/relax-debug-frame.ll
llvm/test/DebugInfo/RISCV/relax-debug-line.ll
llvm/test/DebugInfo/Sparc/entry-value-complex-reg-expr.ll
llvm/test/DebugInfo/Sparc/gnu-window-save.ll
llvm/test/DebugInfo/SystemZ/eh_frame_personality.ll
llvm/test/DebugInfo/SystemZ/variable-loc.ll
llvm/test/DebugInfo/WebAssembly/call-site.ll
llvm/test/DebugInfo/WebAssembly/dbg-declare.ll
llvm/test/DebugInfo/WebAssembly/dbg-loop-loc.ll
llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll
llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll
llvm/test/DebugInfo/X86/asan_debug_info.ll
llvm/test/DebugInfo/X86/basic-block-sections-debug-loc-const-value-1.ll
llvm/test/DebugInfo/X86/basic-block-sections-debug-loc-split-range.ll
llvm/test/DebugInfo/X86/basic-block-sections-debug-loc.ll
llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-1.ll
llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-2.ll
llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-3.ll
llvm/test/DebugInfo/X86/basic-block-sections-debug-loclist-5.ll
llvm/test/DebugInfo/X86/basic-block-sections_1.ll
llvm/test/DebugInfo/X86/mem2reg_fp80.ll
llvm/test/DebugInfo/X86/memberfnptr.ll
llvm/test/DebugInfo/X86/merge_inlined_loc.ll
llvm/test/DebugInfo/X86/misched-dbg-value.ll
llvm/test/DebugInfo/X86/missing-file-line.ll
llvm/test/DebugInfo/X86/namelist1.ll
llvm/test/DebugInfo/X86/nested_types.ll
llvm/test/DebugInfo/X86/nodebug.ll
llvm/test/DebugInfo/X86/pieces-2.ll
llvm/test/DebugInfo/X86/pieces-3.ll
llvm/test/DebugInfo/X86/pieces-4.ll
llvm/test/DebugInfo/X86/pointer-type-size.ll
llvm/test/DebugInfo/X86/pr11300.ll
llvm/test/DebugInfo/X86/pr12831.ll
llvm/test/DebugInfo/X86/pr13303.ll
llvm/test/DebugInfo/X86/sdag-combine.ll
llvm/test/DebugInfo/X86/sdag-dangling-dbgvalue.ll
llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-1.ll
llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-2.ll
llvm/test/DebugInfo/X86/sdag-dbgvalue-phi-use-3.ll
llvm/test/DebugInfo/X86/sdag-ir-salvage.ll
llvm/test/DebugInfo/X86/sdag-salvage-add.ll
llvm/test/DebugInfo/X86/sdag-split-arg.ll
llvm/test/DebugInfo/X86/sdag-transfer-dbgvalue.ll
llvm/test/DebugInfo/X86/set.ll
llvm/test/DebugInfo/X86/single-fi.ll
llvm/test/DebugInfo/X86/spill-indirect-nrvo.ll
llvm/test/DebugInfo/X86/spill-nontrivial-param.ll
llvm/test/DebugInfo/X86/split-dwarf-cross-unit-reference.ll
llvm/test/DebugInfo/X86/split-dwarf-v5-ranges.ll
llvm/test/DebugInfo/X86/subregisters.ll
llvm/test/DebugInfo/X86/union-template.ll
llvm/test/DebugInfo/X86/vla-global.ll
llvm/test/DebugInfo/X86/vla-multi.ll
llvm/test/DebugInfo/X86/vla.ll
llvm/test/DebugInfo/X86/void-typedef.ll
llvm/test/DebugInfo/X86/xray-split-dwarf-interaction.ll
llvm/test/DebugInfo/X86/zextload.ll
llvm/test/DebugInfo/XCOFF/dbx-inlinedstrings.ll
llvm/test/DebugInfo/XCOFF/empty.ll
llvm/test/DebugInfo/XCOFF/explicit-section.ll
llvm/test/DebugInfo/XCore/dwarf-mem-barrier.ll
llvm/test/DebugInfo/attr-btf_tag.ll
llvm/test/DebugInfo/attr-btf_type_tag.ll
llvm/test/DebugInfo/duplicate_dbgvalue.ll
llvm/test/DebugInfo/dwarfdump-dataLocationExp.ll
llvm/test/DebugInfo/dwarfdump-dataLocationVar.ll
llvm/test/DebugInfo/dwarfdump-pushobjectaddress.ll
llvm/test/DebugInfo/fortranSubrangeCountExpr.ll
llvm/test/DebugInfo/fortranSubrangeExpr.ll
llvm/test/DebugInfo/fortranSubrangeInt.ll
llvm/test/DebugInfo/fortranSubrangeVar.ll
llvm/test/DebugInfo/pr37964.ll
llvm/test/DebugInfo/salvage-gep.ll
llvm/test/DebugInfo/salvage-overflow.ll
llvm/test/DebugInfo/simplify-cfg-preserve-dbg-values.ll
llvm/test/DebugInfo/unrolled-loop-remainder.ll
llvm/test/DebugInfo/verify-di-preserve.ll