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)
commit97d2cae44bb012b51d7781fd24fdbb4e73553b61
treec34a63dff5cc71f365d81f4bb6455fc5efe7b2ae
parent248f80d4880ef949686ecbd76b5f5b7c2a88d8db
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76686 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
lib/Target/ELFTargetAsmInfo.cpp
lib/Target/TargetAsmInfo.cpp