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
Showing
- test/CodeGen/attr-minsize.cpp 7 additions, 7 deletionstest/CodeGen/attr-minsize.cpp
- test/CodeGen/function-attributes.c 9 additions, 28 deletionstest/CodeGen/function-attributes.c
- test/CodeGenCXX/default-destructor-synthesis.cpp 0 additions, 38 deletionstest/CodeGenCXX/default-destructor-synthesis.cpp
- test/CodeGenCXX/member-initializers.cpp 0 additions, 35 deletionstest/CodeGenCXX/member-initializers.cpp
- test/CodeGenCXX/pointers-to-data-members.cpp 0 additions, 38 deletionstest/CodeGenCXX/pointers-to-data-members.cpp
Loading
Please register or sign in to comment