[ARM] Replace development diagnostics with normal DEBUG macro
authorOliver Stannard <oliver.stannard@arm.com>
Tue, 24 Oct 2017 09:46:56 +0000 (09:46 +0000)
committerOliver Stannard <oliver.stannard@arm.com>
Tue, 24 Oct 2017 09:46:56 +0000 (09:46 +0000)
commitce256a3a01b9f207f9a5eba6b313c008fa373241
tree1f16201ae5f68b64b94763fafad55524b171161c
parent3356acacf7d102b66e814adf2a4e7094f3e4b581
[ARM] Replace development diagnostics with normal DEBUG macro

* Remove the -arm-asm-parser-dev-diags option.
* Use normal DEBUG(dbgs()) printing for the extra development information about
  missing diagnostics.

Differential Revision: https://reviews.llvm.org/D39194

llvm-svn: 316423
llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp