llvm-6502/test/DebugInfo
Devang Patel 7fe1decf3a If there are two consecutive llvm.dbg.stoppoint calls then
it is likely that the optimizer deleted code in between these
two intrinsics. Keep only the last llvm.dbg.stoppoint in this case.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59657 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-19 18:56:50 +00:00
..
2008-10-17-C++DebugCrash.ll The Dwarf writer was comparing mangled and unmangled names for C++ code when we 2008-10-17 18:48:57 +00:00
2008-11-05-InlinedFuncStart.ll Emit label for llvm.dbg.func.start of the inlined function. 2008-11-06 21:28:20 +00:00
2008-11-06-Mem2Reg.ll Handle (delete) dbg intrinsics while promoting alloca. 2008-11-07 01:30:07 +00:00
2008-11-19-InstCombine.ll If there are two consecutive llvm.dbg.stoppoint calls then 2008-11-19 18:56:50 +00:00
dataOnly.ll Testcase for debug info from data-only files. 2008-07-08 21:57:56 +00:00
deaddebuglabel.ll Testcase for PR2613 2008-10-31 20:10:49 +00:00
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
funccall.ll
globalGetElementPtr.ll