summaryrefslogtreecommitdiff
path: root/llvm/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2020-05-26 17:34:54 -0700
committerPhilip Reames <listmail@philipreames.com>2020-05-26 17:35:54 -0700
commit323d850427472ed060fc4c495b2010e6174b875b (patch)
treea57e94d95294de57d7fb76fc71b47e278015efce /llvm/CODE_OWNERS.TXT
parent40c4ecabc238cfdd639bc1e927800337457e69e3 (diff)
downloadllvm-323d850427472ed060fc4c495b2010e6174b875b.tar.gz
Add self as code owner for SCEV and IndVars
This was discussed on llvm-dev thread "Transferring code ownership for SCEV and IndVars" a few months back. I just forgot to make the actual change.
Diffstat (limited to 'llvm/CODE_OWNERS.TXT')
-rw-r--r--llvm/CODE_OWNERS.TXT4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/CODE_OWNERS.TXT b/llvm/CODE_OWNERS.TXT
index 35f8ef81c1ea..5cc5b87364c1 100644
--- a/llvm/CODE_OWNERS.TXT
+++ b/llvm/CODE_OWNERS.TXT
@@ -52,8 +52,8 @@ N: Pete Couperus
E: petecoup@synopsys.com
D: ARC backend (lib/Target/ARC/*)
-N: Sanjoy Das
-E: sanjoy@playingwithpointers.com
+N: Philip Reames
+E: listmail@philipreames.com
D: IndVar Simplify, Scalar Evolution
N: Marshall Clow