mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +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:
@@ -23,7 +23,7 @@ using namespace llvm;
|
|||||||
|
|
||||||
/// InitLibcallNames - Set default libcall names.
|
/// 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_I32] = "__ashlsi3";
|
||||||
Names[RTLIB::SHL_I64] = "__ashldi3";
|
Names[RTLIB::SHL_I64] = "__ashldi3";
|
||||||
Names[RTLIB::SRL_I32] = "__lshrsi3";
|
Names[RTLIB::SRL_I32] = "__lshrsi3";
|
||||||
|
Reference in New Issue
Block a user