From b3efe0602dfaced4d0c48931d1b1c37d6869337f Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Sat, 5 Jul 2014 19:46:10 +0000 Subject: [PATCH] Revert r212375 because of test failures llvm-svn: 212376 --- llvm/test/MC/X86/x86-32-ms-inline-asm.s | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/test/MC/X86/x86-32-ms-inline-asm.s b/llvm/test/MC/X86/x86-32-ms-inline-asm.s index c41c904..d912915 100644 --- a/llvm/test/MC/X86/x86-32-ms-inline-asm.s +++ b/llvm/test/MC/X86/x86-32-ms-inline-asm.s @@ -73,10 +73,6 @@ _t21: ## @t21 // CHECK: movl 16(%esi,%eax,2), %eax // CHECK: # encoding: [0x8b,0x44,0x46,0x10] - mov eax, ~15 -// CHECK: movl ~15, %eax -// CHECK: # encoding: [0xa1,A,A,A,A] - prefetchnta 64[eax] // CHECK: prefetchnta 64(%eax) // CHECK: # encoding: [0x0f,0x18,0x40,0x40] -- 2.7.4