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

Ehsan Akhgari ehsan.akhgari at gmail.com
Thu Jul 24 19:35:50 PDT 2014


Author: ehsan
Date: Thu Jul 24 21:35:50 2014
New Revision: 213918

URL: http://llvm.org/viewvc/llvm-project?rev=213918&view=rev
Log:
Fix test/CodeGen/ms-inline-asm.cpp from r213916.

Modified:
    cfe/trunk/test/CodeGen/ms-inline-asm.cpp

Modified: cfe/trunk/test/CodeGen/ms-inline-asm.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ms-inline-asm.cpp?rev=213918&r1=213917&r2=213918&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/ms-inline-asm.cpp (original)
+++ cfe/trunk/test/CodeGen/ms-inline-asm.cpp Thu Jul 24 21:35:50 2014
@@ -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 {





More information about the cfe-commits mailing list