summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/parallel_num_threads_codegen.cpp
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2014-10-13 13:49:39 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2014-10-13 13:49:39 +0000
commita1ec237321e824033091dc85152ec432b5db07d9 (patch)
tree5344190adcf6197ec593427b4ceda370c7ad4c13 /test/OpenMP/parallel_num_threads_codegen.cpp
parente883df943801b8911398a598608b3db0116db9aa (diff)
More OpenMP test case compatibility fixes
Allow "signext" in a couple of more places in recently added test cases to fix failures on SystemZ. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219615 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/OpenMP/parallel_num_threads_codegen.cpp')
-rw-r--r--test/OpenMP/parallel_num_threads_codegen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/OpenMP/parallel_num_threads_codegen.cpp b/test/OpenMP/parallel_num_threads_codegen.cpp
index ebf4f797ce..4ccf789f70 100644
--- a/test/OpenMP/parallel_num_threads_codegen.cpp
+++ b/test/OpenMP/parallel_num_threads_codegen.cpp
@@ -53,8 +53,8 @@ int main() {
// CHECK: [[RES:%.+]] = sext i8 [[A_VAL]] to i32
// CHECK: call void @__kmpc_push_num_threads([[IDENT_T_TY]]* [[DEF_LOC_2]], i32 [[GTID]], i32 [[RES]])
// CHECK: call void {{.*}}* @__kmpc_fork_call(
-// CHECK: invoke [[INT_TY:i[0-9]+]] [[TMAIN_CHAR_5:@.+]]()
-// CHECK: invoke [[INT_TY]] [[TMAIN_S_1:@.+]]()
+// CHECK: invoke{{.*}} [[INT_TY:i[0-9]+]] [[TMAIN_CHAR_5:@.+]]()
+// CHECK: invoke{{.*}} [[INT_TY]] [[TMAIN_S_1:@.+]]()
// CHECK: call {{.*}} [[S_TY_DESTR:@.+]]([[S_TY]]* [[S_ADDR]])
// CHECK: ret [[INT_TY]]
// CHECK: }