forked from OSchip/llvm-project
[OPENMP]Remove not used check line from the test, NFC.
llvm-svn: 365691
This commit is contained in:
parent
7a4d2df04a
commit
780030844d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue