]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
DIBuilder: simplify array generation to produce true zero-length arrays
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 3 Feb 2014 23:08:54 +0000 (23:08 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 3 Feb 2014 23:08:54 +0000 (23:08 +0000)
commit3f7a92d33de95554e6a87863f8e684b793568128
tree9ff42259cb9a04762794695f42fcc673aed003fc
parent2a3e343d86d2b25b0239aa9cd88fa3c38cb052b8
DIBuilder: simplify array generation to produce true zero-length arrays

For some anachronistic reason we were producing {i32 0} for zero-length
debug info arrays.

(this change is paired with a Clang change and may cause temporary
buildbot noise)

Let's not.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200721 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/DIBuilder.cpp