Now that RelocBehaviour() is never overloaded, it doesn't need to be
authorChris Lattner <sabre@nondot.org>
Tue, 21 Jul 2009 23:47:11 +0000 (23:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Jul 2009 23:47:11 +0000 (23:47 +0000)
commite61aff6df11113eba382e327754acb062ae056ce
tree0e476874a4a5c7ce100102b378e57e8860ed506b
parentd8679446a3c430ca2addff0469b4ac69b3a0411f
Now that RelocBehaviour() is never overloaded, it doesn't need to be
virtual.  Just inline it into its two current call sites in preparation
for simplifying the code.

llvm-svn: 76686
llvm/include/llvm/Target/TargetAsmInfo.h
llvm/lib/Target/ELFTargetAsmInfo.cpp
llvm/lib/Target/TargetAsmInfo.cpp