Author: abataev Date: Wed Jul 10 12:30:25 2019 New Revision: 365691 URL: http://llvm.org/viewvc/llvm-project?rev=365691&view=rev Log: [OPENMP]Remove not used check line from the test, NFC.
Modified: cfe/trunk/test/OpenMP/sections_lastprivate_codegen.cpp Modified: cfe/trunk/test/OpenMP/sections_lastprivate_codegen.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/sections_lastprivate_codegen.cpp?rev=365691&r1=365690&r2=365691&view=diff ============================================================================== --- cfe/trunk/test/OpenMP/sections_lastprivate_codegen.cpp (original) +++ cfe/trunk/test/OpenMP/sections_lastprivate_codegen.cpp Wed Jul 10 12:30:25 2019 @@ -27,7 +27,6 @@ struct S { volatile int g = 1212; // CHECK: [[S_FLOAT_TY:%.+]] = type { float } -// CHECK [[CAP_MAIN_TY:%.+]] = type { i{{[0-9]+}}*, [2 x i{{[0-9]+}}]*, [2 x [[S_FLOAT_TY]]]*, [[S_FLOAT_TY]]*, i{{[0-9]+}}* } // CHECK: [[S_INT_TY:%.+]] = type { i32 } // CHECK-DAG: [[SECTIONS_BARRIER_LOC:@.+]] = private unnamed_addr global %{{.+}} { i32 0, i32 194, i32 0, i32 0, i8* // CHECK-DAG: [[X:@.+]] = global double 0.0 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits