From 87105ffc186a4bd255e9ed3295e583e57f17eb7a Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Wed, 29 Jul 2015 18:12:45 +0000 Subject: CFI: Update tests for various bit vector sizes following lowerbitsets optzns. Also add a test to ensure that this doesn't regress. Differential Revision: http://reviews.llvm.org/D11584 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@243547 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/cfi/sibling.cpp | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'test/cfi/sibling.cpp') diff --git a/test/cfi/sibling.cpp b/test/cfi/sibling.cpp index a865cbc0c..9f32302ed 100644 --- a/test/cfi/sibling.cpp +++ b/test/cfi/sibling.cpp @@ -37,20 +37,7 @@ struct C : A { }; int main() { -#ifdef B32 - break_optimization(new Deriver); -#endif - -#ifdef B64 - break_optimization(new Deriver); - break_optimization(new Deriver); -#endif - -#ifdef BM - break_optimization(new Deriver); - break_optimization(new Deriver); - break_optimization(new Deriver); -#endif + create_derivers(); B *b = new B; break_optimization(b); -- cgit v1.2.3