r76102 added the MachineCodeEmitter::processDebugLoc call and called it from
authorJeffrey Yasskin <jyasskin@google.com>
Fri, 17 Jul 2009 18:49:39 +0000 (18:49 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Fri, 17 Jul 2009 18:49:39 +0000 (18:49 +0000)
commit75402822d6acc1fe62d911771cd7cf8358c718d7
tree6d0b40994681e4a301da88e5ad046b6c77bd360d
parentd75ec23ab738a81aca7b0877d8089082092fb317
r76102 added the MachineCodeEmitter::processDebugLoc call and called it from
the X86 Emitter.  This patch extends that to the rest of the targets that can
write to a MachineCodeEmitter: ARM, Alpha, and PPC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76211 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/Alpha/AlphaCodeEmitter.cpp
lib/Target/PowerPC/PPCCodeEmitter.cpp