Mark some functions as used which are used within debug-only code. This
authorChandler Carruth <chandlerc@gmail.com>
Mon, 18 Apr 2011 18:49:44 +0000 (18:49 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 18 Apr 2011 18:49:44 +0000 (18:49 +0000)
commit3b55a372d4c457d65dadd9a04c2b2d310f1bab83
tree8d1e11f186f341e52a49e9deb0c01602443fe238
parent57557155c91f360d5e8a51d0b0623ebdcca2e3be
Mark some functions as used which are used within debug-only code. This
silences Clang's -Wunused-function when building in release mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129709 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LazyValueInfo.cpp
lib/Transforms/Instrumentation/PathProfiling.cpp