Typo.
authorChad Rosier <mcrosier@apple.com>
Tue, 12 Feb 2013 19:15:05 +0000 (19:15 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 12 Feb 2013 19:15:05 +0000 (19:15 +0000)
llvm-svn: 174995

clang/test/CodeGen/ms-inline-asm.c

index e6869b2..ea3704a 100644 (file)
@@ -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
 }