commit | 79cca507fe51aa8af7a9006b380977c61b6f3fea | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Jan 12 22:51:10 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Jan 12 22:51:10 2007 +0000 |
tree | abb4a79da5fc312cb28d9ed6556f3e518c6c8369 | |
parent | 495600120e9d6c7599c599b7b16a9e8789c65aa5 [diff] [blame] |
Minor fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33149 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 7b4a678..d780dd2 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -23,7 +23,7 @@ /// 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";