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)
commitc52b4944adc5d4847ce3e973d801000cc7b59ba0
treeb712c27f6c2bcc16f05ddc35dfb81ba6f36f339e
parentf5e9406243257c0b2c1f28bf258262b7b05c4dbf
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.

llvm-svn: 227645
llvm/test/DebugInfo/PowerPC/line.test [new file with mode: 0644]