Remove redundant location strings in expectJust and friends (#25743)
Now we can use HasDebugCallStack instead to avoid cluttering the code with strings and to avoid maintaining those strings (e.g. renaming them when functions are renamed...).
Showing
- compiler/GHC.hs 1 addition, 1 deletioncompiler/GHC.hs
- compiler/GHC/Cmm/LayoutStack.hs 1 addition, 1 deletioncompiler/GHC/Cmm/LayoutStack.hs
- compiler/GHC/Cmm/Liveness.hs 2 additions, 2 deletionscompiler/GHC/Cmm/Liveness.hs
- compiler/GHC/Cmm/MachOp.hs 1 addition, 1 deletioncompiler/GHC/Cmm/MachOp.hs
- compiler/GHC/Cmm/ProcPoint.hs 5 additions, 5 deletionscompiler/GHC/Cmm/ProcPoint.hs
- compiler/GHC/CmmToAsm/BlockLayout.hs 3 additions, 3 deletionscompiler/GHC/CmmToAsm/BlockLayout.hs
- compiler/GHC/CmmToAsm/CFG.hs 5 additions, 8 deletionscompiler/GHC/CmmToAsm/CFG.hs
- compiler/GHC/CmmToAsm/PPC/Instr.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm/PPC/Instr.hs
- compiler/GHC/CmmToAsm/Reg/Graph/SpillCost.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm/Reg/Graph/SpillCost.hs
- compiler/GHC/CmmToAsm/Reg/Linear/JoinToTargets.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm/Reg/Linear/JoinToTargets.hs
- compiler/GHC/CmmToAsm/X86/CodeGen.hs 1 addition, 1 deletioncompiler/GHC/CmmToAsm/X86/CodeGen.hs
- compiler/GHC/CmmToLlvm/CodeGen.hs 1 addition, 1 deletioncompiler/GHC/CmmToLlvm/CodeGen.hs
- compiler/GHC/Core/Coercion.hs 4 additions, 4 deletionscompiler/GHC/Core/Coercion.hs
- compiler/GHC/Core/Coercion/Opt.hs 1 addition, 1 deletioncompiler/GHC/Core/Coercion/Opt.hs
- compiler/GHC/Core/Lint.hs 1 addition, 1 deletioncompiler/GHC/Core/Lint.hs
- compiler/GHC/Core/Make.hs 3 additions, 3 deletionscompiler/GHC/Core/Make.hs
- compiler/GHC/Core/Opt/CprAnal.hs 1 addition, 1 deletioncompiler/GHC/Core/Opt/CprAnal.hs
- compiler/GHC/Core/Opt/FloatIn.hs 4 additions, 4 deletionscompiler/GHC/Core/Opt/FloatIn.hs
- compiler/GHC/Core/Opt/OccurAnal.hs 1 addition, 1 deletioncompiler/GHC/Core/Opt/OccurAnal.hs
- compiler/GHC/Core/Opt/Simplify/Iteration.hs 2 additions, 2 deletionscompiler/GHC/Core/Opt/Simplify/Iteration.hs
Loading
Please register or sign in to comment