Add support for parsing the XOR operator in Intel syntax inline assembly.
[oota-llvm.git] / test / MC / X86 / intel-syntax-bitwise-ops.s
index c9c9b1d17b2be4d9a256f8ef8689a4ecc0e1be7b..1f09996fe914cb2fc090d798204f6163b4a8ac6f 100644 (file)
@@ -20,3 +20,5 @@
     add eax, 9876 >> 1
 // CHECK: addl $19752, %eax
     add eax, 9876 << 1
+// CHECK: addl $5, %eax
+    add eax, 6 ^ 3