From fa2d9aa798eb991fe40e3a1aa48270e1136a574e Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Fri, 25 Jul 2014 02:35:50 +0000 Subject: [PATCH] Fix test/CodeGen/ms-inline-asm.cpp from r213916. llvm-svn: 213918 --- clang/test/CodeGen/ms-inline-asm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/ms-inline-asm.cpp b/clang/test/CodeGen/ms-inline-asm.cpp index aaeb45477f3f..7bd6d9435ec7 100644 --- a/clang/test/CodeGen/ms-inline-asm.cpp +++ b/clang/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 {