Copy&paste errors. Found by Thomas Klausner.

llvm-svn: 200477
This commit is contained in:
Joerg Sonnenberger 2014-01-30 18:41:32 +00:00
parent 31480e64ee
commit dde2700cde
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/*===-- udivmodsi4.S - 32-bit unsigned integer divide ---------------------===//
/*===-- udivsi3.S - 32-bit unsigned integer divide ------------------------===//
*
* The LLVM Compiler Infrastructure
*

View File

@ -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.
*
*===----------------------------------------------------------------------===*/