From: David Majnemer Date: Wed, 18 Feb 2015 02:28:15 +0000 (+0000) Subject: CodeGen: Relax a FileCheck line for SystemZ X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d176cae3c4cc5873dff4fce51e2a5fc66c6edcf;p=clang CodeGen: Relax a FileCheck line for SystemZ git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229617 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/atomic_ops.c b/test/CodeGen/atomic_ops.c index 4f9bc41037..357655047d 100644 --- a/test/CodeGen/atomic_ops.c +++ b/test/CodeGen/atomic_ops.c @@ -21,7 +21,7 @@ extern _Atomic _Bool b; _Bool bar() { // CHECK-LABEL: @bar -// CHECK: %[[load:.*]] = load atomic i8* @b seq_cst, align 1 +// CHECK: %[[load:.*]] = load atomic i8* @b seq_cst // CHECK: %[[tobool:.*]] = trunc i8 %[[load]] to i1 // CHECK: ret i1 %[[tobool]] return b;