diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-04-10 08:03:14 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-04-10 08:03:14 +0000 |
commit | 4670e526ba94f58488d7163a1784004cb35ee79d (patch) | |
tree | 9b04c0eef1a9934592a967ef6fe16e47786b0c6f /lib | |
parent | 00c8f3d149d4478311507cd293c999324fde5d0a (diff) | |
download | external_llvm-4670e526ba94f58488d7163a1784004cb35ee79d.zip external_llvm-4670e526ba94f58488d7163a1784004cb35ee79d.tar.gz external_llvm-4670e526ba94f58488d7163a1784004cb35ee79d.tar.bz2 |
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/SimpleRegisterCoalescing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/SimpleRegisterCoalescing.h b/lib/CodeGen/SimpleRegisterCoalescing.h index 7823ba0..fa63159 100644 --- a/lib/CodeGen/SimpleRegisterCoalescing.h +++ b/lib/CodeGen/SimpleRegisterCoalescing.h @@ -223,6 +223,8 @@ namespace llvm { /// subregister. void UpdateRegDefsUses(unsigned SrcReg, unsigned DstReg, unsigned SubIdx); + /// RemoveDeadImpDef - Remove implicit_def instructions which are + /// "re-defining" registers due to insert_subreg coalescing. e.g. void RemoveDeadImpDef(unsigned Reg, LiveInterval &LI); /// RemoveUnnecessaryKills - Remove kill markers that are no longer accurate |