Add PPC test for r227481, but XFAIL because this is actually more work than it appear...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 30 Jan 2015 23:52:19 +0000 (23:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 30 Jan 2015 23:52:19 +0000 (23:52 +0000)
commitabac0e859134df5dbdf26e73fd0deb5fa002a18d
tree462298876ffece549def0f57324867cce95c812a
parentbcc0fa6a6430e8bba856f5d64fdd4f48b7b8d54d
Add PPC test for r227481, but XFAIL because this is actually more work than it appeared to be.

Same sort of bug as on ARM where the cmp+branch are lowered to br_cc
(choosing the branch's debugloc for the br_cc's debugloc) then expanded
out to a cmp and a br, but both using the debug loc of the br_cc, thus
losing fidelity.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227645 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/PowerPC/line.test [new file with mode: 0644]