summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-10-20 00:47:32 +0000
committerChad Rosier <mcrosier@apple.com>2012-10-20 00:47:32 +0000
commit03c20e83b8b88b5c936c1ffcfd8b63839253a744 (patch)
treec41fc81faceb8eabb65add3a41808a9dbd8d2098
parenteda70b3451813e5dceeeb4b45f6459ad36c8b02a (diff)
downloadbcm5719-llvm-03c20e83b8b88b5c936c1ffcfd8b63839253a744.tar.gz
bcm5719-llvm-03c20e83b8b88b5c936c1ffcfd8b63839253a744.zip
[ms-inline asm] Update test case for r166357.
llvm-svn: 166358
-rw-r--r--clang/test/CodeGen/ms-inline-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ms-inline-asm.c b/clang/test/CodeGen/ms-inline-asm.c
index 99e56d17008..87f2334170e 100644
--- 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\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
}
OpenPOWER on IntegriCloud