From c0358c4bfefdd94a969751db53c5e85b6bc3b931 Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Sat, 11 Feb 2017 19:34:11 +0000 Subject: [PATCH] Fix atomic-minmax-i6432.ll . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294867 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/atomic-minmax-i6432.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/CodeGen/X86/atomic-minmax-i6432.ll b/test/CodeGen/X86/atomic-minmax-i6432.ll index b0ae8ee69d0..83fa3802eb4 100644 --- a/test/CodeGen/X86/atomic-minmax-i6432.ll +++ b/test/CodeGen/X86/atomic-minmax-i6432.ll @@ -263,8 +263,6 @@ define void @tf_bug(i8* %ptr) nounwind { ; PIC-NEXT: popl %edi ; PIC-NEXT: popl %ebx ; PIC-NEXT: retl -; PIC-NEXT: -; PIC-NEXT: .zerofill __DATA,__bss,_id,8,3 ## @id %tmp1 = atomicrmw add i64* @id, i64 1 seq_cst %tmp2 = add i64 %tmp1, 1 %tmp3 = bitcast i8* %ptr to i64* -- 2.50.1