diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-09-12 20:13:11 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-09-12 20:13:11 +0000 |
commit | a912649ebfc9b06918060286f889822f72fabb01 (patch) | |
tree | 0b09efb819b78216de99165dac0d69b6c955da3c | |
parent | 22b617fbfdd17e8cadd9c541857751ae1cb6cabb (diff) |
Fix test case for Release builds.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163737 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 9202614208..62522c1914 100644 --- a/test/CodeGen/ms-inline-asm.c +++ b/test/CodeGen/ms-inline-asm.c @@ -137,7 +137,7 @@ void t15(void) { void t16(unsigned long long V) { __asm mov eax, DWORD PTR [V] // CHECK: t16 -// CHECK: call void asm sideeffect inteldialect "mov eax, DWORD PTR [$0]", "r,~{eax},~{dirflag},~{fpsr},~{flags}"(i64 %0) nounwind +// CHECK: call void asm sideeffect inteldialect "mov eax, DWORD PTR [$0]", "r,~{eax},~{dirflag},~{fpsr},~{flags}"(i64 %{{.*}}) nounwind } void t17(void) { |