Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a proper name...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 30 Jan 2008 18:18:23 +0000 (18:18 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 30 Jan 2008 18:18:23 +0000 (18:18 +0000)
commitff9b373e8f5006c629af81e2619778b4c4f5249e
treeae8fe861683f8423725796ccf4646c4a9c920ea4
parent21b70b237d404ebdde190a072d90f630db92f691
Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a proper name. Rename it to EmitInstrWithCustomInserter since it does not necessarily insert
instruction at the end.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46562 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.h
lib/Target/IA64/IA64ISelLowering.h
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h