Change from using MachineRelocation ctors to using static methods
authorChris Lattner <sabre@nondot.org>
Wed, 3 May 2006 20:30:20 +0000 (20:30 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 May 2006 20:30:20 +0000 (20:30 +0000)
commit5a032de387831b9de3a707292eade95934938da9
treef5ec4fba3a29470e1903e446970170690f26d5af
parentd2d5c76753b132c34c71248db2f136b38531bc6d
Change from using MachineRelocation ctors to using static methods
in MachineRelocation to create Relocations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28088 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineRelocation.h
lib/Target/Alpha/AlphaCodeEmitter.cpp
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/X86/X86CodeEmitter.cpp