summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-05-08 18:50:54 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-05-08 18:50:54 +0000
commite2b78115d4fe629b83a15f7d7baa06e35d9a5af9 (patch)
treed12d922fb648936c4f476a5a681c13b947454863 /llvm/lib/CodeGen/SelectionDAG
parent1484cfe945c081eeef95671144a83d3908b6f0ca (diff)
downloadbcm5719-llvm-e2b78115d4fe629b83a15f7d7baa06e35d9a5af9.tar.gz
bcm5719-llvm-e2b78115d4fe629b83a15f7d7baa06e35d9a5af9.zip
Typo
llvm-svn: 71237
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp2
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";
OpenPOWER on IntegriCloud