[compiler-rt] r200477 - Copy&paste errors. Found by Thomas Klausner.

Joerg Sonnenberger joerg at bec.de
Thu Jan 30 10:41:32 PST 2014


Author: joerg
Date: Thu Jan 30 12:41:32 2014
New Revision: 200477

URL: http://llvm.org/viewvc/llvm-project?rev=200477&view=rev
Log:
Copy&paste errors. Found by Thomas Klausner.

Modified:
    compiler-rt/trunk/lib/arm/udivsi3.S
    compiler-rt/trunk/lib/arm/umodsi3.S

Modified: compiler-rt/trunk/lib/arm/udivsi3.S
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/arm/udivsi3.S?rev=200477&r1=200476&r2=200477&view=diff
==============================================================================
--- compiler-rt/trunk/lib/arm/udivsi3.S (original)
+++ compiler-rt/trunk/lib/arm/udivsi3.S Thu Jan 30 12:41:32 2014
@@ -1,4 +1,4 @@
-/*===-- udivmodsi4.S - 32-bit unsigned integer divide ---------------------===//
+/*===-- udivsi3.S - 32-bit unsigned integer divide ------------------------===//
  *
  *                     The LLVM Compiler Infrastructure
  *

Modified: compiler-rt/trunk/lib/arm/umodsi3.S
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/arm/umodsi3.S?rev=200477&r1=200476&r2=200477&view=diff
==============================================================================
--- compiler-rt/trunk/lib/arm/umodsi3.S (original)
+++ compiler-rt/trunk/lib/arm/umodsi3.S Thu Jan 30 12:41:32 2014
@@ -1,4 +1,4 @@
-/*===-- udivmodsi4.S - 32-bit unsigned integer modulus --------------------===//
+/*===-- umodsi3.S - 32-bit unsigned integer modulus -----------------------===//
  *
  *                     The LLVM Compiler Infrastructure
  *
@@ -7,8 +7,8 @@
  *
  *===----------------------------------------------------------------------===//
  *
- * This file implements the __udivmodsi4 (32-bit unsigned integer divide and
- * modulus) function for the ARM 32-bit architecture.
+ * This file implements the __umodsi3 (32-bit unsigned integer modulus)
+ * function for the ARM 32-bit architecture.
  *
  *===----------------------------------------------------------------------===*/
 





More information about the llvm-commits mailing list