[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
authorJuergen Ributzka <juergen@apple.com>
Wed, 3 Sep 2014 20:56:59 +0000 (20:56 +0000)
committerJuergen Ributzka <juergen@apple.com>
Wed, 3 Sep 2014 20:56:59 +0000 (20:56 +0000)
commitecadea992afb933085a388edfa5d9d1a8832b969
treeec4822888bd9b00dcf88a001ecd40a498720de8b
parent6042034603d50a818213659e040bb7cba4111527
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.

This is the final round of renaming. This changes tblgen to emit lower-case
function names for FastEmitInst_* and FastEmit_*, and updates all its uses
in the source code.

Reviewed by Eric

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217075 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/AArch64/AArch64FastISel.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/Mips/MipsFastISel.cpp
lib/Target/PowerPC/PPCFastISel.cpp
lib/Target/X86/X86FastISel.cpp
utils/TableGen/FastISelEmitter.cpp