From ee2dbb0f7e84d908ac62aecc178992c9be1ca636 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 2 Jun 2011 20:02:42 +0000 Subject: Import compiler-rt r132478. --- lib/clzdi2.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/clzdi2.c') diff --git a/lib/clzdi2.c b/lib/clzdi2.c index 2132777..c281945 100644 --- a/lib/clzdi2.c +++ b/lib/clzdi2.c @@ -1,6 +1,6 @@ /* ===-- clzdi2.c - Implement __clzdi2 -------------------------------------=== * - * The LLVM Compiler Infrastructure + * 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. @@ -11,6 +11,7 @@ * * ===----------------------------------------------------------------------=== */ +#include "abi.h" #include "int_lib.h" @@ -18,7 +19,7 @@ /* Precondition: a != 0 */ -si_int +COMPILER_RT_ABI si_int __clzdi2(di_int a) { dwords x; -- cgit v1.1