diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-10-20 00:47:32 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-10-20 00:47:32 +0000 |
commit | 9fe48561a199ef6e684e0ea9656b425baeca92a8 (patch) | |
tree | 8b7402808018527a7a13c69006fb83c00a04f3de | |
parent | b0850b3f417feb9ab5c7bcfd4e531fd6eaa2928c (diff) |
[ms-inline asm] Update test case for r166357.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166358 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ms-inline-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ms-inline-asm.c b/test/CodeGen/ms-inline-asm.c index 99e56d1700..87f2334170 100644 --- a/test/CodeGen/ms-inline-asm.c +++ b/test/CodeGen/ms-inline-asm.c @@ -135,5 +135,5 @@ void t14() { .endif } // CHECK: t14 -// CHECK: call void asm sideeffect inteldialect ".if 1\0A\09mov eax, dword ptr $0\0A\09.else\0A\09mov ebx, dword ptr $1\0A\09.endif", "*m,*m,~{eax},~{ebx},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}, i32* %{{.*}}) nounwind +// CHECK: call void asm sideeffect inteldialect ".if 1\0A\09mov eax, dword ptr $0\0A\09.else\0A\09.endif", "*m,~{eax},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}) nounwind } |