projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda70b3
)
[ms-inline asm] Update test case for r166357.
author
Chad Rosier
<mcrosier@apple.com>
Sat, 20 Oct 2012 00:47:32 +0000
(
00:47
+0000)
committer
Chad Rosier
<mcrosier@apple.com>
Sat, 20 Oct 2012 00:47:32 +0000
(
00:47
+0000)
llvm-svn: 166358
clang/test/CodeGen/ms-inline-asm.c
patch
|
blob
|
history
diff --git
a/clang/test/CodeGen/ms-inline-asm.c
b/clang/test/CodeGen/ms-inline-asm.c
index
99e56d1
..
87f2334
100644
(file)
--- a/
clang/test/CodeGen/ms-inline-asm.c
+++ b/
clang/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\09
mov 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
}