diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-05-08 18:50:54 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-05-08 18:50:54 +0000 |
commit | e2b78115d4fe629b83a15f7d7baa06e35d9a5af9 (patch) | |
tree | d12d922fb648936c4f476a5a681c13b947454863 | |
parent | 1484cfe945c081eeef95671144a83d3908b6f0ca (diff) | |
download | bcm5719-llvm-e2b78115d4fe629b83a15f7d7baa06e35d9a5af9.tar.gz bcm5719-llvm-e2b78115d4fe629b83a15f7d7baa06e35d9a5af9.zip |
Typo
llvm-svn: 71237
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index d887c8caf96..d7abd32727b 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -71,7 +71,7 @@ static void InitLibcallNames(const char **Names) { Names[RTLIB::SDIV_I32] = "__divsi3"; Names[RTLIB::SDIV_I64] = "__divdi3"; Names[RTLIB::SDIV_I128] = "__divti3"; - Names[RTLIB::UDIV_I32] = "__udivhi3"; + Names[RTLIB::UDIV_I16] = "__udivhi3"; Names[RTLIB::UDIV_I32] = "__udivsi3"; Names[RTLIB::UDIV_I64] = "__udivdi3"; Names[RTLIB::UDIV_I128] = "__udivti3"; |