| /* ===-- cmpti2.c - Implement __cmpti2 -------------------------------------=== |
| * The LLVM Compiler Infrastructure |
| * This file is dual licensed under the MIT and the University of Illinois Open |
| * Source Licenses. See LICENSE.TXT for details. |
| * ===----------------------------------------------------------------------=== |
| * This file implements __cmpti2 for the compiler_rt library. |
| * ===----------------------------------------------------------------------=== |
| /* Returns: if (a < b) returns 0 |
| __cmpti2(ti_int a, ti_int b) |
| #endif /* CRT_HAS_128BIT */ |