forked from OSchip/llvm-project
Copy&paste errors. Found by Thomas Klausner.
llvm-svn: 200477
This commit is contained in:
parent
31480e64ee
commit
dde2700cde
|
@ -1,4 +1,4 @@
|
|||
/*===-- udivmodsi4.S - 32-bit unsigned integer divide ---------------------===//
|
||||
/*===-- udivsi3.S - 32-bit unsigned integer divide ------------------------===//
|
||||
*
|
||||
* The LLVM Compiler Infrastructure
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
*===----------------------------------------------------------------------===*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue