diff options
| author | Mike Stump <mrs@apple.com> | 2009-07-27 23:14:11 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2009-07-27 23:14:11 +0000 |
| commit | d934cc06c6ce8d82a7e9f50d53d5220f388c62bb (patch) | |
| tree | 4d5fd7c1380810ebbe368eb82244fa34fa21bfb3 /llvm/lib/CodeGen | |
| parent | e309b48a2265d7ab9b6801e2917e823e58f71e89 (diff) | |
| download | bcm5719-llvm-d934cc06c6ce8d82a7e9f50d53d5220f388c62bb.tar.gz bcm5719-llvm-d934cc06c6ce8d82a7e9f50d53d5220f388c62bb.zip | |
Avoid build warnings.
llvm-svn: 77271
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp index 72ed22b06cf..7aa9cf543f9 100644 --- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp +++ b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp @@ -1308,6 +1308,7 @@ bool SimpleRegisterCoalescing::JoinCopy(CopyRec &TheCopy, bool &Again) { DEBUG(errs() << "\tIncompatible source regclass: " << tri_->getName(DstSubReg) << " not in " << SrcSubRC->getName() << ".\n"); + (void)DstSubReg; return false; // Not coalescable. } } |

