]> granicus.if.org Git - clang/commit
Make some tests LLVM-optimization agnostic and remove some others that were beyond...
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 14 Nov 2015 01:10:38 +0000 (01:10 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 14 Nov 2015 01:10:38 +0000 (01:10 +0000)
commit5e4ed93a8db34b56d4bc14f73bf72653a7ce6e82
tree1a4219a9264f7a8ff9fdec54be02db543d649039
parentfd0b0894090f6b4f01f778346ab3e8af86d6aced
Make some tests LLVM-optimization agnostic and remove some others that were beyond value/repair

Several of these tests (the two deleted, and the one removal edit) were
relying on the optimizer to collapse things to test some frontend
feature. The tests were really old and features seemed amply covered by
other parts of the test suite, so I just removed them.

If anyone thinks they're valuable enough to keep/fix, we can play around
with that, for sure.

(inspired by r252872)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253114 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/attr-minsize.cpp
test/CodeGen/function-attributes.c
test/CodeGenCXX/default-destructor-synthesis.cpp [deleted file]
test/CodeGenCXX/member-initializers.cpp [deleted file]
test/CodeGenCXX/pointers-to-data-members.cpp