diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-02-12 19:15:05 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-02-12 19:15:05 +0000 |
commit | 9c504e93c1b34d9ac7e4175ab1269b76f2460877 (patch) | |
tree | 3e0848f27aba422c1fe4e74b8622c9a156e1d73c /test/CodeGen/ms-inline-asm.c | |
parent | 8e70b00253f7c00814795ae287030efc2053ce8c (diff) |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174995 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 e6869b2230..ea3704af4a 100644 --- a/test/CodeGen/ms-inline-asm.c +++ b/test/CodeGen/ms-inline-asm.c @@ -306,5 +306,5 @@ void t26() { void t27() { __asm mov eax, fs:[0h] // CHECK: t27 -// CHECL: call void asm sideeffect inteldialect "mov eax, fs:[0h]", "~{eax},~{dirflag},~{fpsr},~{flags}"() nounwind +// CHECK: call void asm sideeffect inteldialect "mov eax, fs:[0h]", "~{eax},~{dirflag},~{fpsr},~{flags}"() nounwind } |