From 68ea1d26ff6cdd3b8bcd37dd88b24d430e71581a Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Thu, 18 Apr 2013 23:12:05 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179811 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ms-inline-asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]* %{{.*}}) -- 2.40.0