summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2010-04-01-MachineCSEBug.ll
Commit message (Collapse)AuthorAge
* After trivial coalescing, the MI being visited may have become a copy. Avoid ↵Evan Cheng2010-04-02
adding it to CSE hash table since copies aren't being considered for CSE and they may be deleted. rdar://7819990 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100170 91177308-0d34-0410-b5e6-96231b3b80d8