llvm/test/DebugInfo/Sparc/subreg.ll
0 → 100644
+35
−0
Loading
------------------------------------------------------------------------ r311951 | adrian | 2017-08-28 16:07:43 -0700 (Mon, 28 Aug 2017) | 6 lines Fix a logic error in DwarfExpression::addMachineReg() This fixes PR34323 and thus splitting undescribable registers into smaller, describable sub-registers. https://bugs.llvm.org/show_bug.cgi?id=34323 ------------------------------------------------------------------------ ------------------------------------------------------------------------ r312038 | joerg | 2017-08-29 14:18:07 -0700 (Tue, 29 Aug 2017) | 2 lines Simplify test case, so that it works for both trunk and release-5.0. ------------------------------------------------------------------------ llvm-svn: 314567