Fix test/CodeGen/ms-inline-asm.cpp from r213916.

llvm-svn: 213918
This commit is contained in:
Ehsan Akhgari 2014-07-25 02:35:50 +00:00
parent 5432649be7
commit fa2d9aa798
1 changed files with 1 additions and 1 deletions

View File

@ -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 <class T> struct T5 {