Skip to content

Commit

Permalink
Add test for parsing the XOR operator in Intel syntax inline assembly.
Browse files Browse the repository at this point in the history
LLVM side of the patch was committed as r239695.

Differential Revision: http://reviews.llvm.org/D10384
Patch by marina.yatsina@intel.com

llvm-svn: 239696
  • Loading branch information
Michael Kuperstein committed Jun 14, 2015
1 parent e3de07a commit ce1ce98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/test/CodeGen/ms-inline-asm.c
Expand Up @@ -432,6 +432,8 @@ void t37() {
// CHECK: mov eax, $$4294967292
__asm mov eax, ~15
// CHECK: mov eax, $$4294967280
__asm mov eax, 6 ^ 3
// CHECK: mov eax, $$5
// CHECK: "~{eax},~{dirflag},~{fpsr},~{flags}"()
}

Expand Down

0 comments on commit ce1ce98

Please sign in to comment.