"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "ab09a12cade5b179fc30ef0c3cc3db902122c5a7"
[Debug Info] replace DIUnspecifiedParameter with DITrivialType.
This is the first of a series of patches to handle type uniqueing of the type array for a subroutine type. This commit makes sure unspecified_parameter is a DIType to enable converting the type array for a subroutine type to an array of DITypes. This commit should have no functionality change. With this commit, we may change unspecified type to be a DITrivialType instead of a DIType. llvm-svn: 214111
Showing
- llvm/include/llvm/IR/DIBuilder.h 2 additions, 2 deletionsllvm/include/llvm/IR/DIBuilder.h
- llvm/include/llvm/IR/DebugInfo.h 35 additions, 15 deletionsllvm/include/llvm/IR/DebugInfo.h
- llvm/lib/IR/DIBuilder.cpp 2 additions, 2 deletionsllvm/lib/IR/DIBuilder.cpp
- llvm/lib/IR/DebugInfo.cpp 15 additions, 9 deletionsllvm/lib/IR/DebugInfo.cpp
Loading
Please register or sign in to comment