Change from using a stub function to a stub variable for passing to the
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Jun 2006 07:02:51 +0000 (07:02 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Jun 2006 07:02:51 +0000 (07:02 +0000)
commit192913e281a0e9b97275fa1b84da96b02397323e
treed3d93efb3824a5c7fe9e186b86da2fe322f02512
parent177284ce8976d840e6093c6555dacc13f3ed0c4f
Change from using a stub function to a stub variable for passing to the
IncludeFile hack to ensure linkage of analysis passes. This works around
some -pedantic warnings about assigning an object to a function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28621 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/FindUsedTypes.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/ValueNumbering.h
lib/Analysis/AliasAnalysis.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/FindUsedTypes.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/PostDominators.cpp
lib/Analysis/ValueNumbering.cpp
lib/VMCore/Dominators.cpp