Update the X86 assembler for .intel_syntax to accept
authorKevin Enderby <enderby@apple.com>
Wed, 15 Jan 2014 19:05:24 +0000 (19:05 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 15 Jan 2014 19:05:24 +0000 (19:05 +0000)
commit96f3b25e8a61cd79e8d65ff31ff3df079ae50ec1
treed89834f3f5b363727961aa0a535544f50bb49f0d
parent03f1cb72a4ed2bcd5fc26c663dec3607bc0a16ff
Update the X86 assembler for .intel_syntax to accept
the | and & bitwise operators.

rdar://15570412

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199323 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/X86/intel-syntax-bitwise-ops.s [new file with mode: 0644]