diff options
author | Daniel Jasper <djasper@google.com> | 2013-05-24 06:26:18 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-05-24 06:26:18 +0000 |
commit | 01a8079bf2aea993f3dc6d751626bfd7ddb1f11e (patch) | |
tree | 8a974b51649c2bad1c79a52e3cf1025c3d2ee9be /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 1811021ff98a44e2da7061f4a1edb77d7a740a8a (diff) | |
download | bcm5719-llvm-01a8079bf2aea993f3dc6d751626bfd7ddb1f11e.tar.gz bcm5719-llvm-01a8079bf2aea993f3dc6d751626bfd7ddb1f11e.zip |
Fix unused warning in opt builds.
In these builds, the asserts() are completely compiled out of the code
leaving "End" unused. Directly accessing it, should not have a
performance impact, as it is just a data member.
llvm-svn: 182634
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions