diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-01-13 06:08:37 +0000 | 
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-01-13 06:08:37 +0000 | 
| commit | 4f9c47aab9bf86264fbba944ccb51d7ba3afd41d (patch) | |
| tree | 1d26493675525c6be63bb3775e413afd5f9bdb04 /llvm | |
| parent | b282d1b6ffbd98e69e6fe299538ff37485f4cdc9 (diff) | |
| download | bcm5719-llvm-4f9c47aab9bf86264fbba944ccb51d7ba3afd41d.tar.gz bcm5719-llvm-4f9c47aab9bf86264fbba944ccb51d7ba3afd41d.zip | |
Un-tabify.
llvm-svn: 62151
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp index c5fe8c49862..d809ef1b028 100644 --- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp +++ b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp @@ -1744,7 +1744,7 @@ SimpleRegisterCoalescing::JoinIntervals(LiveInterval &LHS, LiveInterval &RHS,      // less conservative check. It's possible a sub-register is defined before      // v1024 (or live in) and live out of BB1.      if (RHS.containsOneValue() && -	li_->intervalIsInOneMBB(RHS) && +        li_->intervalIsInOneMBB(RHS) &&          li_->getApproximateInstructionCount(RHS) <= 10) {        // Perform a more exhaustive check for some common cases.        if (li_->conflictsWithPhysRegRef(RHS, LHS.reg, true, JoinedCopies)) | 

