diff options
author | dim <dim@FreeBSD.org> | 2014-11-29 20:23:18 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-11-29 20:23:18 +0000 |
commit | 484688cbb59bde25a07cdb261ea62ba200bbd67c (patch) | |
tree | a4de36a2c9ccf4568e158f4f4e81e4d2fb86d341 /contrib/llvm/patches/patch-10-llvm-r221709-debug-oom.diff | |
parent | 354f4d34dd14ba216ca3c65b20e4743347662958 (diff) | |
download | FreeBSD-src-484688cbb59bde25a07cdb261ea62ba200bbd67c.zip FreeBSD-src-484688cbb59bde25a07cdb261ea62ba200bbd67c.tar.gz |
Remove bogus revision numbers from diff header lines in the existing
llvm/clang patches.
Diffstat (limited to 'contrib/llvm/patches/patch-10-llvm-r221709-debug-oom.diff')
-rw-r--r-- | contrib/llvm/patches/patch-10-llvm-r221709-debug-oom.diff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/llvm/patches/patch-10-llvm-r221709-debug-oom.diff b/contrib/llvm/patches/patch-10-llvm-r221709-debug-oom.diff index b4fef7e..a00b9f1 100644 --- a/contrib/llvm/patches/patch-10-llvm-r221709-debug-oom.diff +++ b/contrib/llvm/patches/patch-10-llvm-r221709-debug-oom.diff @@ -24,8 +24,8 @@ Introduced here: http://svnweb.freebsd.org/changeset/base/274442 Index: include/llvm/CodeGen/SelectionDAG.h =================================================================== ---- include/llvm/CodeGen/SelectionDAG.h (revision 10) -+++ include/llvm/CodeGen/SelectionDAG.h (revision 11) +--- include/llvm/CodeGen/SelectionDAG.h ++++ include/llvm/CodeGen/SelectionDAG.h @@ -126,6 +126,10 @@ class SDDbgInfo { DbgValMap[Node].push_back(V); } @@ -39,8 +39,8 @@ Index: include/llvm/CodeGen/SelectionDAG.h DbgValues.clear(); Index: lib/CodeGen/SelectionDAG/SelectionDAG.cpp =================================================================== ---- lib/CodeGen/SelectionDAG/SelectionDAG.cpp (revision 10) -+++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp (revision 11) +--- lib/CodeGen/SelectionDAG/SelectionDAG.cpp ++++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -686,6 +686,15 @@ void SelectionDAG::DeleteNodeNotInCSEMaps(SDNode * DeallocateNode(N); } |