summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-05-05 18:39:06 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-05-05 18:39:06 +0000
commitd95f625000b52b91dc50692e4a015f73483506d6 (patch)
tree374738aa3e366b4ebcc527c52a0ff3c428909884 /clang/lib/CodeGen/CGObjCMac.cpp
parentac1a97b32fbc2d8f1a95f76714c5b729b6f251ce (diff)
downloadbcm5719-llvm-d95f625000b52b91dc50692e4a015f73483506d6.tar.gz
bcm5719-llvm-d95f625000b52b91dc50692e4a015f73483506d6.zip
CodeGen: avoid use of @clang.arc.use intrinsic at O0
The clang.arc.use intrinsic is removed via the ARC Contract Pass. This pass is only executed in optimized builds (>= opt level 1). Prevent the optimization implemented in SVN r301667 from triggering at optimization level 0 like every other ARC use intrinsic usage. llvm-svn: 302270
Diffstat (limited to 'clang/lib/CodeGen/CGObjCMac.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud