summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/2010-05-28-Crash.ll
Commit message (Collapse)AuthorAgeFilesLines
* Move x86 specific tests into test/CodeGen/X86.Devang Patel2010-08-051-44/+0
| | | | llvm-svn: 110372
* Fix some tests that didn't test anything.Benjamin Kramer2010-06-261-1/+1
| | | | llvm-svn: 106954
* DwarfWrite is now smart enough to drop debug value pointing to undefined ↵Devang Patel2010-06-011-40/+35
| | | | | | | | register. Update this test to avoid this. iSel not properly lowring argument into a well formed DBG_VALUE in some cases is a separate issue and not related to the test in this testcase. llvm-svn: 105295
* Let's try one more time to match patterns.Devang Patel2010-05-271-2/+2
| | | | | | | | | The goal is to match following 3 lines. In otherwords, a temp. label between to DEBUG_VALUE comments. ;DEBUG_VALUE: bar:x <- undef ## 2010-01-18-Inlined-Debug.c:7 Ltmp1: ;DEBUG_VALUE: foo:__x <- undef ## 2010-01-18-Inlined-Debug.c:5 llvm-svn: 104872
* Temp. labels number may not match for all configurations.Devang Patel2010-05-271-1/+1
| | | | llvm-svn: 104858
* inlined function's arguments need a label to mark the start point because ↵Devang Patel2010-05-271-0/+49
they are not directly attached to current function. llvm-svn: 104848
OpenPOWER on IntegriCloud