Add method MachineInstr::replace to rewrite a machine instruction in place.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 00:47:49 +0000 (00:47 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 20 Sep 2002 00:47:49 +0000 (00:47 +0000)
commite8b57ef2603ed522083dc18e559ca4e20abf22ae
tree313c921d695b7bc0285ff248980ba1954b7cd268
parent32f81a3469bd132116f892269c64682845d54e86
Add method MachineInstr::replace to rewrite a machine instruction in place.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3843 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
lib/CodeGen/MachineInstr.cpp