]> granicus.if.org Git - clang/commit
Remove bad debug info test.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Feb 2014 21:16:44 +0000 (21:16 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Feb 2014 21:16:44 +0000 (21:16 +0000)
commitf8c4643da7502d73b2d10780884ac22a39e55461
tree54b8dff94bb938f06cda16d554cc7caf84aa8b5f
parent69d6b398b6dae69d969c92d7b41823d64ab21467
Remove bad debug info test.

This test case doesn't belong in Clang (it's testing IndVarSimplify) but
in an effort to reproduce the test case this was intended to cover (by
essentially reverting r134441) I wasn't able to reproduce the failure
this test case should've produced. So I haven't ported this down to
LLVM, instead I'm just deleting it.

I suspect the test is just underconstrained, but I've no great interest
in trying hard to fix it right now - if anyone else wants to, I'd be
more than welcome to that.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201178 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/debug-info-iv.c [deleted file]