diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-04-18 23:12:05 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-04-18 23:12:05 +0000 |
commit | 68ea1d26ff6cdd3b8bcd37dd88b24d430e71581a (patch) | |
tree | 44a9e230ef574bc7eca6c18afa494d16481cce74 /test/CodeGen | |
parent | 6576a0d1e26f617d29d54ed99b16099d93a05264 (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-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 41b4f3f97e..c71a8df0ec 100644 --- a/test/CodeGen/ms-inline-asm.c +++ b/test/CodeGen/ms-inline-asm.c @@ -428,7 +428,7 @@ void t38() { __asm mov eax, 4*4[64 + arr + (2*32)] __asm mov eax, 4*(4-2)[64 + arr - 2*32] __asm mov eax, 32*(4-2)[arr - 2*32] -// CHECH: t38 +// CHECK: t38 // CHECK: call void asm sideeffect inteldialect "mov eax, dword ptr $$8$0", "*m,~{eax},~{dirflag},~{fpsr},~{flags}"([4 x i32]* %{{.*}}) // CHECK: call void asm sideeffect inteldialect "mov eax, dword ptr $$12$0", "*m,~{eax},~{dirflag},~{fpsr},~{flags}"([4 x i32]* %{{.*}}) // CHECK: call void asm sideeffect inteldialect "mov eax, dword ptr $$80$0", "*m,~{eax},~{dirflag},~{fpsr},~{flags}"([4 x i32]* %{{.*}}) |