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 | 35b2a7a54588e17e4de655bfb29c57d072f19904 (patch) | |
tree | 71358a3799c4f1e48915738903a866a154a2352a /lib/Support/Unix | |
parent | ef99356dfebb96f6f90efb912c2877214bad060e (diff) | |
download | external_llvm-35b2a7a54588e17e4de655bfb29c57d072f19904.zip external_llvm-35b2a7a54588e17e4de655bfb29c57d072f19904.tar.gz external_llvm-35b2a7a54588e17e4de655bfb29c57d072f19904.tar.bz2 |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182634 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Unix')
0 files changed, 0 insertions, 0 deletions