commit | 6e8496f2a174ad9bcd0fa147a22e8e4e9ef3a583 | [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 | 0d370dcf2d8b7092355935d7d52e7236dd745345 [diff] [blame] |
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";