Fix unused warning in opt builds.
authorDaniel Jasper <djasper@google.com>
Fri, 24 May 2013 06:26:18 +0000 (06:26 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 24 May 2013 06:26:18 +0000 (06:26 +0000)
commit35b2a7a54588e17e4de655bfb29c57d072f19904
tree71358a3799c4f1e48915738903a866a154a2352a
parentef99356dfebb96f6f90efb912c2877214bad060e
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
lib/MC/MCModule.cpp