llvm-6502/test/CodeGen
Devang Patel 1dd4e56d55 Do not unnecessarily use AT_specification DIE because it does not add any value.
Few weeks ago, llvm completely inverted the debug info graph. Earlier each debug info node used to keep track of its compile unit, now compile unit keeps track of important nodes. One impact of this change is that the global variable's do not have any context, which should be checked before deciding to use AT_specification DIE.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140282 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-21 23:41:11 +00:00
..
Alpha
ARM Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 does not support Thumb2 dsp instructions. rdar://10152911. 2011-09-20 21:38:18 +00:00
Blackfin
CBackend Remove llvm-gcc and various compiler handling from llvm. It's not needed 2011-09-20 23:58:15 +00:00
CellSPU
CPP
Generic This test is completely invalid with the modern EH model. Delete. 2011-09-20 23:52:09 +00:00
MBlaze
Mips Remove +. 2011-09-21 17:43:48 +00:00
MSP430
PowerPC
PTX
SPARC
SystemZ
Thumb
Thumb2
X86 Do not unnecessarily use AT_specification DIE because it does not add any value. 2011-09-21 23:41:11 +00:00
XCore