summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2014-10-20 22:40:55 +0000
committerPhilip Reames <listmail@philipreames.com>2014-10-20 22:40:55 +0000
commitcdb72f369f94be40a4f2651ac36f65caa4034bb5 (patch)
treec0d199e2c7a0f1191df3d5d8d264f860296a6851 /clang/lib/Frontend/CompilerInvocation.cpp
parent2f9548a3efe4cd7268f2572710608bff1218393c (diff)
downloadbcm5719-llvm-cdb72f369f94be40a4f2651ac36f65caa4034bb5.tar.gz
bcm5719-llvm-cdb72f369f94be40a4f2651ac36f65caa4034bb5.zip
Introduce a 'nonnull' metadata on Load instructions.
The newly introduced 'nonnull' metadata is analogous to existing 'nonnull' attributes, but applies to load instructions rather than call arguments or returns. Long term, it would be nice to combine these into a single construct. The value of the load is allowed to vary between successive loads, but null is not a valid value to be loaded by any load marked nonnull. Reviewed by: Hal Finkel Differential Revision: http://reviews.llvm.org/D5220 llvm-svn: 220240
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud