Add self as code owner for SCEV and IndVars
authorPhilip Reames <listmail@philipreames.com>
Wed, 27 May 2020 00:34:54 +0000 (17:34 -0700)
committerPhilip Reames <listmail@philipreames.com>
Wed, 27 May 2020 00:35:54 +0000 (17:35 -0700)
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.

llvm/CODE_OWNERS.TXT

index 35f8ef8..5cc5b87 100644 (file)
@@ -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