r229617 - CodeGen: Relax a FileCheck line for SystemZ

David Majnemer david.majnemer at gmail.com
Tue Feb 17 18:28:15 PST 2015


Author: majnemer
Date: Tue Feb 17 20:28:15 2015
New Revision: 229617

URL: http://llvm.org/viewvc/llvm-project?rev=229617&view=rev
Log:
CodeGen: Relax a FileCheck line for SystemZ

Modified:
    cfe/trunk/test/CodeGen/atomic_ops.c

Modified: cfe/trunk/test/CodeGen/atomic_ops.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/atomic_ops.c?rev=229617&r1=229616&r2=229617&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/atomic_ops.c (original)
+++ cfe/trunk/test/CodeGen/atomic_ops.c Tue Feb 17 20:28:15 2015
@@ -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;





More information about the cfe-commits mailing list