diff options
author | Eric Christopher <echristo@apple.com> | 2011-06-17 23:19:18 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-06-17 23:19:18 +0000 |
commit | 00758b08ae0754b80b279edf65e168ad88e53ced (patch) | |
tree | e6eb0ef65f41eb70d3a277095736416c3fa4f6c9 /compiler-rt | |
parent | d3fec5edc128765e7eeaa007aa3d7c76095d80c2 (diff) | |
download | bcm5719-llvm-00758b08ae0754b80b279edf65e168ad88e53ced.tar.gz bcm5719-llvm-00758b08ae0754b80b279edf65e168ad88e53ced.zip |
Missed a rename here 4 args instead of 3.
llvm-svn: 133311
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/make/platform/darwin_bni.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler-rt/make/platform/darwin_bni.mk b/compiler-rt/make/platform/darwin_bni.mk index 45a6879d12e..73446f9903f 100644 --- a/compiler-rt/make/platform/darwin_bni.mk +++ b/compiler-rt/make/platform/darwin_bni.mk @@ -29,8 +29,8 @@ FUNCTIONS := absvdi2 absvsi2 addvdi3 addvsi3 ashldi3 ashrdi3 \ divdc3 divdi3 divsc3 ffsdi2 \ fixdfdi fixsfdi fixunsdfdi fixunsdfsi fixunssfdi \ fixunssfsi floatdidf floatdisf floatundidf floatundisf \ - gcc_personality_v0 lshrdi3 moddi3 muldc3 muldi3 mulosi3 \ - mulodi3 muloti3 mulsc3 mulvdi3 mulvsi3 negdi2 negvdi2 negvsi2 \ + gcc_personality_v0 lshrdi3 moddi3 muldc3 muldi3 mulosi4 \ + mulodi4 muloti4 mulsc3 mulvdi3 mulvsi3 negdi2 negvdi2 negvsi2 \ paritydi2 paritysi2 popcountdi2 popcountsi2 powidf2 \ powisf2 subvdi3 subvsi3 ucmpdi2 udivdi3 \ udivmoddi4 umoddi3 apple_versioning eprintf @@ -51,7 +51,7 @@ FUNCTIONS.x86_64 := $(FUNCTIONS) \ fixunsxfti fixxfdi fixxfti floatdixf floattidf \ floattisf floattixf floatundixf floatuntidf \ floatuntisf floatuntixf lshrti3 modti3 multi3 \ - muloti3 mulvti3 mulxc3 negti2 negvti2 parityti2 \ + muloti4 mulvti3 mulxc3 negti2 negvti2 parityti2 \ popcountti2 powixf2 subvti3 ucmpti2 udivmodti4 \ udivti3 umodti3 clear_cache enable_execute_stack FUNCTIONS.armv5 := $(FUNCTIONS) \ |