diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2019-01-09 05:11:10 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2019-01-09 05:11:10 +0000 |
commit | dad8c6a1c9a32aea5c468f86c119c0dd244c164f (patch) | |
tree | 13466959a59faa0a8b64e3c53660425559612ac0 /llvm/lib/CodeGen/RegAllocGreedy.cpp | |
parent | 17f10abe1a3f23a28ce13c1647e19196a76adb32 (diff) | |
download | bcm5719-llvm-dad8c6a1c9a32aea5c468f86c119c0dd244c164f.tar.gz bcm5719-llvm-dad8c6a1c9a32aea5c468f86c119c0dd244c164f.zip |
[NFC] fix trivial typos in comments
llvm-svn: 350690
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocGreedy.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocGreedy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocGreedy.cpp b/llvm/lib/CodeGen/RegAllocGreedy.cpp index f244028534f..81b21b44243 100644 --- a/llvm/lib/CodeGen/RegAllocGreedy.cpp +++ b/llvm/lib/CodeGen/RegAllocGreedy.cpp @@ -318,7 +318,7 @@ class RAGreedy : public MachineFunctionPass, /// Track new eviction. /// The Evictor vreg has evicted the Evictee vreg from Physreg. - /// \param PhysReg The phisical register Evictee was evicted from. + /// \param PhysReg The physical register Evictee was evicted from. /// \param Evictor The evictor Vreg that evicted Evictee. /// \param Evictee The evictee Vreg. void addEviction(unsigned PhysReg, unsigned Evictor, unsigned Evictee) { |