From 0ced6d24025e01a84796e3f6f18630e5585462d4 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Fri, 13 Jun 2014 20:00:38 +0000 Subject: [PATCH] Fix test for release builds. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210934 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/atomic-ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/atomic-ops.c b/test/CodeGen/atomic-ops.c index 8b89057d66..9e6b4805e8 100644 --- a/test/CodeGen/atomic-ops.c +++ b/test/CodeGen/atomic-ops.c @@ -411,12 +411,12 @@ void generalWeakness(int *ptr, int *ptr2, _Bool weak) { // CHECK: switch i1 {{.*}}, label %[[WEAK:[0-9a-zA-Z._]+]] [ // CHECK-NEXT: i1 false, label %[[STRONG:[0-9a-zA-Z._]+]] - // CHECK: [[STRONG]]: + // CHECK: [[STRONG]] // CHECK-NOT: br // CHECK: cmpxchg {{.*}} seq_cst seq_cst // CHECK: br - // CHECK: [[WEAK]]: + // CHECK: [[WEAK]] // CHECK-NOT: br // CHECK: cmpxchg weak {{.*}} seq_cst seq_cst // CHECK: br -- 2.40.0