r174995 - Typo.

Chad Rosier mcrosier at apple.com
Tue Feb 12 11:15:06 PST 2013


Author: mcrosier
Date: Tue Feb 12 13:15:05 2013
New Revision: 174995

URL: http://llvm.org/viewvc/llvm-project?rev=174995&view=rev
Log:
Typo.

Modified:
    cfe/trunk/test/CodeGen/ms-inline-asm.c

Modified: cfe/trunk/test/CodeGen/ms-inline-asm.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ms-inline-asm.c?rev=174995&r1=174994&r2=174995&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/ms-inline-asm.c (original)
+++ cfe/trunk/test/CodeGen/ms-inline-asm.c Tue Feb 12 13:15:05 2013
@@ -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
 }





More information about the cfe-commits mailing list