commit | 9fe9c8ec7d7d1e260927cb66e91d5e69db8a6feb | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 03 13:19:57 2009 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Sun May 03 13:19:57 2009 +0000 |
tree | fafba1679d9944ed91e52117d69d38e5212d5156 | |
parent | 60871cb40ce2df662e8361b1215f5a9431d54dd7 [diff] |
Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70770 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 8eb4de4..d887c8c 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -79,7 +79,7 @@ Names[RTLIB::SREM_I32] = "__modsi3"; Names[RTLIB::SREM_I64] = "__moddi3"; Names[RTLIB::SREM_I128] = "__modti3"; - Names[RTLIB::UREM_I16] = "__umodsi3"; + Names[RTLIB::UREM_I16] = "__umodhi3"; Names[RTLIB::UREM_I32] = "__umodsi3"; Names[RTLIB::UREM_I64] = "__umoddi3"; Names[RTLIB::UREM_I128] = "__umodti3";