projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e41bc94
)
Fix an obvious type.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 23 Apr 2009 20:18:13 +0000
(20:18 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 23 Apr 2009 20:18:13 +0000
(20:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69918
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SimpleRegisterCoalescing.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SimpleRegisterCoalescing.cpp
b/lib/CodeGen/SimpleRegisterCoalescing.cpp
index 60f7f403a093504763926eb23efb9bddaaf6d379..dc1f209d96fadc37586acc6f6b2d86ae3e1d8446 100644
(file)
--- a/
lib/CodeGen/SimpleRegisterCoalescing.cpp
+++ b/
lib/CodeGen/SimpleRegisterCoalescing.cpp
@@
-1342,7
+1342,7
@@
bool SimpleRegisterCoalescing::JoinCopy(CopyRec &TheCopy, bool &Again) {
return false;
}
Limit = allocatableRCRegs_[DstRC].count();
- } else if (!SrcIsPhys && !
Src
IsPhys) {
+ } else if (!SrcIsPhys && !
Dst
IsPhys) {
unsigned SrcSize = SrcRC->getSize();
unsigned DstSize = DstRC->getSize();
if (SrcSize < DstSize)