diff options
author | Juergen Ributzka <juergen@apple.com> | 2014-09-03 20:56:59 +0000 |
---|---|---|
committer | Juergen Ributzka <juergen@apple.com> | 2014-09-03 20:56:59 +0000 |
commit | 88e32517c4b190df960a9f281f5c958c4143df15 (patch) | |
tree | d2dcae44dcc09517d686fd07944f4de6fc435d04 /llvm/lib/Target/Mips/MipsFastISel.cpp | |
parent | 5b8bb4d7dd0aa514b8cd6c7cf89364330c5fa2d5 (diff) | |
download | bcm5719-llvm-88e32517c4b190df960a9f281f5c958c4143df15.tar.gz bcm5719-llvm-88e32517c4b190df960a9f281f5c958c4143df15.zip |
[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
llvm-svn: 217075
Diffstat (limited to 'llvm/lib/Target/Mips/MipsFastISel.cpp')
-rw-r--r-- | llvm/lib/Target/Mips/MipsFastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsFastISel.cpp b/llvm/lib/Target/Mips/MipsFastISel.cpp index c83fd3aeec9..9dde1d8e5e8 100644 --- a/llvm/lib/Target/Mips/MipsFastISel.cpp +++ b/llvm/lib/Target/Mips/MipsFastISel.cpp @@ -89,7 +89,7 @@ private: // for some reason, this default is not generated by tablegen // so we explicitly generate it here. // - unsigned FastEmitInst_riir(uint64_t inst, const TargetRegisterClass *RC, + unsigned fastEmitInst_riir(uint64_t inst, const TargetRegisterClass *RC, unsigned Op0, bool Op0IsKill, uint64_t imm1, uint64_t imm2, unsigned Op3, bool Op3IsKill) { return 0; |