summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-inline-asm.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2013-12-10 18:27:51 +0000
committerReid Kleckner <reid@kleckner.net>2013-12-10 18:27:51 +0000
commit5dc20b13e74c4dd0d3f5bdac88de32e406bb382f (patch)
tree8d4c9d97dd45e0f6a27e4fb9e87947cfcdf20cd6 /clang/test/CodeGen/ms-inline-asm.cpp
parentee08897fb8d4b59b4609f6e837205e7a089b6fb7 (diff)
downloadbcm5719-llvm-5dc20b13e74c4dd0d3f5bdac88de32e406bb382f.tar.gz
bcm5719-llvm-5dc20b13e74c4dd0d3f5bdac88de32e406bb382f.zip
Update clang MS inline asm tests for r196939
llvm-svn: 196940
Diffstat (limited to 'clang/test/CodeGen/ms-inline-asm.cpp')
-rw-r--r--clang/test/CodeGen/ms-inline-asm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ms-inline-asm.cpp b/clang/test/CodeGen/ms-inline-asm.cpp
index b26eafce57b..b1c13e57f13 100644
--- a/clang/test/CodeGen/ms-inline-asm.cpp
+++ b/clang/test/CodeGen/ms-inline-asm.cpp
@@ -97,7 +97,7 @@ void test5() {
// CHECK: [[Y:%.*]] = alloca i32
int x, y;
__asm push y
- // CHECK: call void asm sideeffect inteldialect "push dword ptr $0", "=*m,~{dirflag},~{fpsr},~{flags}"(i32* [[Y]])
+ // CHECK: call void asm sideeffect inteldialect "push dword ptr $0", "=*m,~{esp},~{dirflag},~{fpsr},~{flags}"(i32* [[Y]])
__asm call T5<int>::create<float>
// CHECK: call void asm sideeffect inteldialect "call $0", "r,~{dirflag},~{fpsr},~{flags}"(i32 (float)* @_ZN2T5IiE6createIfEEiT_)
__asm mov x, eax
OpenPOWER on IntegriCloud