diff options
Diffstat (limited to 'contrib/llvm/patches/patch-r263312-llvm-r196986-allow-realign-alloca.diff')
-rw-r--r-- | contrib/llvm/patches/patch-r263312-llvm-r196986-allow-realign-alloca.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/patches/patch-r263312-llvm-r196986-allow-realign-alloca.diff b/contrib/llvm/patches/patch-r263312-llvm-r196986-allow-realign-alloca.diff index 2c0b759..32081e1 100644 --- a/contrib/llvm/patches/patch-r263312-llvm-r196986-allow-realign-alloca.diff +++ b/contrib/llvm/patches/patch-r263312-llvm-r196986-allow-realign-alloca.diff @@ -12,7 +12,7 @@ Pull in r196986 from upstream llvm trunk (by Reid Kleckner): XFAIL the test cases that would be miscompiled and add one that uses the relevant functionality. -Introduced here: http://svn.freebsd.org/changeset/base/263312 +Introduced here: http://svnweb.freebsd.org/changeset/base/263312 Index: lib/Target/X86/X86RegisterInfo.cpp =================================================================== |