diff options
author | dim <dim@FreeBSD.org> | 2015-12-30 14:05:33 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-12-30 14:05:33 +0000 |
commit | e71dce114233645ffe6a36ac051201c7675ac954 (patch) | |
tree | a514ffdf1456f701adb390a3d036ec30c2dcba49 /contrib/llvm/patches/patch-03-enable-armv6-clrex.diff | |
parent | 63b24cc778504ffd19e4c30a730e574c346312ee (diff) | |
download | FreeBSD-src-e71dce114233645ffe6a36ac051201c7675ac954.zip FreeBSD-src-e71dce114233645ffe6a36ac051201c7675ac954.tar.gz |
Drop patches which are certain to be obsolete now.
Diffstat (limited to 'contrib/llvm/patches/patch-03-enable-armv6-clrex.diff')
-rw-r--r-- | contrib/llvm/patches/patch-03-enable-armv6-clrex.diff | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/llvm/patches/patch-03-enable-armv6-clrex.diff b/contrib/llvm/patches/patch-03-enable-armv6-clrex.diff deleted file mode 100644 index 574e3bd..0000000 --- a/contrib/llvm/patches/patch-03-enable-armv6-clrex.diff +++ /dev/null @@ -1,20 +0,0 @@ -For now, enable the clrex instruction for armv6, until upstream -implements this properly. - -Submitted by: rdivacky - -Introduced here: http://svnweb.freebsd.org/changeset/base/275362 - -Index: lib/Target/ARM/ARMInstrInfo.td -=================================================================== ---- lib/Target/ARM/ARMInstrInfo.td -+++ lib/Target/ARM/ARMInstrInfo.td -@@ -4640,7 +4640,7 @@ def STLEXD : AIstlex<0b01, (outs GPR:$Rd), - - def CLREX : AXI<(outs), (ins), MiscFrm, NoItinerary, "clrex", - [(int_arm_clrex)]>, -- Requires<[IsARM, HasV7]> { -+ Requires<[IsARM, HasV6]> { - let Inst{31-0} = 0b11110101011111111111000000011111; - } - |