diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-09-12 23:03:48 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-09-12 23:03:48 +0000 |
commit | 1fa1e0cbf91de6f9a23fc2940e3eca4bc7d99589 (patch) | |
tree | 45b616f4c6cccc11e54ec646157a67dc28202557 /test/CodeGen/ms-inline-asm.c | |
parent | 16e6a7cb41319459ded69b4d47f405c1035dd347 (diff) |
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163751 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ms-inline-asm.c')
-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 62522c1914..b08f869ac4 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 %{{.*}}) nounwind +// CHECK: call void asm sideeffect inteldialect "mov eax, DWORD PTR [$0]", "r,~{eax},~{dirflag},~{fpsr},~{flags}"(i64 %{{.*}}) nounwind } void t17(void) { |