mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 13:44:28 +00:00
Minor fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33149 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
495600120e
commit
79cca507fe
@ -23,7 +23,7 @@ using namespace llvm;
|
||||
|
||||
/// InitLibcallNames - Set default libcall names.
|
||||
///
|
||||
static void InitLibcallNames(std::string *Names) {
|
||||
static void InitLibcallNames(const char **Names) {
|
||||
Names[RTLIB::SHL_I32] = "__ashlsi3";
|
||||
Names[RTLIB::SHL_I64] = "__ashldi3";
|
||||
Names[RTLIB::SRL_I32] = "__lshrsi3";
|
||||
|
Loading…
Reference in New Issue
Block a user