From: Ehsan Akhgari Date: Fri, 25 Jul 2014 02:35:50 +0000 (+0000) Subject: Fix test/CodeGen/ms-inline-asm.cpp from r213916. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a35420a3c71da992769a111cace35c06cbda9436;p=clang Fix test/CodeGen/ms-inline-asm.cpp from r213916. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213918 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ms-inline-asm.cpp b/test/CodeGen/ms-inline-asm.cpp index aaeb45477f..7bd6d9435e 100644 --- a/test/CodeGen/ms-inline-asm.cpp +++ b/test/CodeGen/ms-inline-asm.cpp @@ -67,7 +67,7 @@ void T4::test() { // CHECK: [[X:%.*]] = getelementptr inbounds [[T4]]* [[THIS]], i32 0, i32 0 __asm mov eax, x; __asm mov y, eax; -// CHECK: call void asm sideeffect inteldialect "mov eax, dword ptr $1\0A\09mov dword ptr $0, eax", "=*m,*m,~{eax},~{dirflag},~{fpsr},~{flags}"(i32* @_ZN2T41yE, i32* %x) +// CHECK: call void asm sideeffect inteldialect "mov eax, dword ptr $1\0A\09mov dword ptr $0, eax", "=*m,*m,~{eax},~{dirflag},~{fpsr},~{flags}"(i32* @_ZN2T41yE, i32* {{.*}}) } template struct T5 {