[SCEV] Fix Typo. NFC.

llvm-svn: 321179
This commit is contained in:
Javed Absar 2017-12-20 15:06:26 +00:00
parent 88fb980a7c
commit deca635e45
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace llvm {
ScalarEvolution &SE;
const DataLayout &DL;
// New instructions receive a name to identifies them with the current pass.
// New instructions receive a name to identify them with the current pass.
const char* IVName;
// InsertedExpressions caches Values for reuse, so must track RAUW.