Revert part of r206963
authorJames Molloy <james.molloy@arm.com>
Fri, 25 Jul 2014 10:19:47 +0000 (10:19 +0000)
committerJames Molloy <james.molloy@arm.com>
Fri, 25 Jul 2014 10:19:47 +0000 (10:19 +0000)
commit8a157bf8f2117371bd9317b3eaf38956afe88781
treee64eb91f015eb05d34e3cf28c512e2b76d4da0c2
parentb4553da4814e0f0fe8335eda3347c8613f2ece3b
Revert part of r206963

Specifically the part where we removed a warning to be compatible with GCC, which has been widely regarded as a bad idea.

I'm not quite happy with how obtuse this warning is, especially in the fairly common case of a 32-bit integer literal, so I've got another patch awaiting review that adds a fixit to reduce confusion.

llvm-svn: 213935
clang/lib/Basic/Targets.cpp
clang/test/Sema/arm64-inline-asm.c
clang/test/Sema/inline-asm-validate.c