ARM: fix file's header comment

llvm-svn: 203247
This commit is contained in:
Tim Northover 2014-03-07 14:56:29 +00:00
parent 376bf57648
commit 65fe9377f0
1 changed files with 3 additions and 4 deletions

View File

@ -7,10 +7,9 @@
*
*===----------------------------------------------------------------------===//
*
* FIXME: description
* This file implements the __udivsi3 (32-bit unsigned integer divide)
* function for the ARM architecture. A naive digit-by-digit computation is
* employed for simplicity.
* This file implements outline macros for the __sync_fetch_and_*
* operations. Different instantiations will generate appropriate assembly for
* ARM and Thumb-2 versions of the functions.
*
*===----------------------------------------------------------------------===*/