llvm-mirror/test
David Blaikie d6f48e3a73 Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type
There were bits & pieces of code lying around that may've given the
impression that debug info metadata supported the possibility that a
subprogram's type could be specified by a non-subroutine type describing
the return type of a void function. This support was incomplete &
unnecessary. Asserts & API have been changed to make the desired usage
more clear.

llvm-svn: 182532
2013-05-22 23:22:18 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen X86: Fix a bug in EltsFromConsecutiveLoads. We can't generate new loads without chains. 2013-05-22 19:28:41 +00:00
DebugInfo Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutine_type 2013-05-22 23:22:18 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation [msan] A no-op implementation of VarArg handling. 2013-05-21 12:27:47 +00:00
Integer
JitListener
Linker
MC
Object Use std::list so that we have a stable iterator. 2013-05-21 18:53:50 +00:00
Other
TableGen
tools
Transforms SLPVectorizer: Change the order in which new instructions are added to the function. 2013-05-22 19:47:32 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh