Reorder the DIFile parameter in DINameSpace
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 20 Mar 2013 06:27:06 +0000 (06:27 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 20 Mar 2013 06:27:06 +0000 (06:27 +0000)
commit4cf132fccd8338f9aab4bd34a2f0108a13f46d6c
treec1c3515b2c9bdc9bb0f8f3f7fdb5f171e0e99845
parentd73795f07eb0432db1fa3ee29c917a6018a44060
Reorder the DIFile parameter in DINameSpace

Moving the DIFile parameter to immediately proceed the tag so that it will be a
common prefix with other DIScopes (once the DIFile is replaced with the raw
file/directory pair).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177492 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo.h
lib/IR/DIBuilder.cpp
test/DebugInfo/namespace.ll