OSDN Git Service

Fix atomic-minmax-i6432.ll .
authorAmaury Sechet <deadalnix@gmail.com>
Sat, 11 Feb 2017 19:34:11 +0000 (19:34 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Sat, 11 Feb 2017 19:34:11 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294867 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/atomic-minmax-i6432.ll

index b0ae8ee..83fa380 100644 (file)
@@ -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*