]> granicus.if.org Git - clang/commit
Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337>
authorBob Wilson <bob.wilson@apple.com>
Mon, 3 Jun 2013 23:57:13 +0000 (23:57 +0000)
committerBob Wilson <bob.wilson@apple.com>
Mon, 3 Jun 2013 23:57:13 +0000 (23:57 +0000)
commit221a8908e4521de533bace49566b5281df9b1924
treeec2cf5b75c4f01af17444e06b21ed4616b98140f
parent048eeea6852043990c87e52938b53b5337bd098e
Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337>

We're getting reports of this warning getting triggered in cases where it
is not adding any value. There is no asm operand modifier that you can use
to silence it, and there's really nothing wrong with having an LDRB, for
example, with a "char" output.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183172 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/CodeGen/arm-asm-warn.c