ARM: Make .unreq directives case-insensitive
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 7 Mar 2014 16:16:52 +0000 (16:16 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 7 Mar 2014 16:16:52 +0000 (16:16 +0000)
commitac4c4a88441fdb8611834b0cfeb11979e7839d4d
tree4895d426096689537a1bce654bb08bb04e9da24e
parent1dd31112ff243a5740f813d91f891acdfdc6209a
ARM: Make .unreq directives case-insensitive

Be case-insensitive when processing .unreq directives.

Patch by Lin Zuojian!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203251 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/dot-req-case-insensitive.s [new file with mode: 0644]