[ms-inline asm] Update test case now that we are correctly parsing __emit directives.
authorChad Rosier <mcrosier@apple.com>
Tue, 12 Feb 2013 19:42:57 +0000 (19:42 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 12 Feb 2013 19:42:57 +0000 (19:42 +0000)
llvm-svn: 175000

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

index ea3704a..dbc3598 100644 (file)
@@ -298,8 +298,8 @@ void t26() {
 // CHECK: t26
 // CHECK: call void asm sideeffect inteldialect "pushad", "~{dirflag},~{fpsr},~{flags}"() nounwind
 // CHECK: call void asm sideeffect inteldialect "mov eax, $$0", "~{eax},~{dirflag},~{fpsr},~{flags}"() nounwind
-// CHECK: call void asm sideeffect inteldialect "__emit 0fh", "~{dirflag},~{fpsr},~{flags}"() nounwind
-// CHECK: call void asm sideeffect inteldialect "__emit 0a2h", "~{dirflag},~{fpsr},~{flags}"() nounwind
+// CHECK: call void asm sideeffect inteldialect ".byte 0fh", "~{dirflag},~{fpsr},~{flags}"() nounwind
+// CHECK: call void asm sideeffect inteldialect ".byte 0a2h", "~{dirflag},~{fpsr},~{flags}"() nounwind
 // CHECK: call void asm sideeffect inteldialect "popad", "~{dirflag},~{fpsr},~{flags}"() nounwind
 }