[X86] Add XSAVE intrinsic family
[oota-llvm.git] / test / CodeGen / X86 / atomic64.ll
index 11b4e6864da6fbe8b853a4a1702b0a81ed24701e..c6b1c39d35dcf99c19c3ae41146100ab70a23496 100644 (file)
@@ -48,7 +48,7 @@ define void @atomic_fetch_and64() nounwind {
 ; X64:       lock
 ; X64:       andq $3
   %t2 = atomicrmw and  i64* @sc64, i64 5 acquire
-; X64:       andq
+; X64:       andl
 ; X64:       lock
 ; X64:       cmpxchgq
   %t3 = atomicrmw and  i64* @sc64, i64 %t2 acquire