diff options
Diffstat (limited to 'contrib/llvm/patches/patch-r262261-llvm-r198157-sparc.diff')
-rw-r--r-- | contrib/llvm/patches/patch-r262261-llvm-r198157-sparc.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/patches/patch-r262261-llvm-r198157-sparc.diff b/contrib/llvm/patches/patch-r262261-llvm-r198157-sparc.diff index 42ef3db..e9e6968 100644 --- a/contrib/llvm/patches/patch-r262261-llvm-r198157-sparc.diff +++ b/contrib/llvm/patches/patch-r262261-llvm-r198157-sparc.diff @@ -3,7 +3,7 @@ Pull in r198157 from upstream llvm trunk (by Venkatraman Govindaraju): [SparcV9] Use separate instruction patterns for 64 bit arithmetic instructions instead of reusing 32 bit instruction patterns. This is done to avoid spilling the result of the 64-bit instructions to a 4-byte slot. -Introduced here: http://svn.freebsd.org/changeset/base/262261 +Introduced here: http://svnweb.freebsd.org/changeset/base/262261 Index: lib/Target/Sparc/SparcAsmPrinter.cpp =================================================================== |