diff options
| author | Pete Cooper <peter_cooper@apple.com> | 2012-04-03 22:18:49 +0000 | 
|---|---|---|
| committer | Pete Cooper <peter_cooper@apple.com> | 2012-04-03 22:18:49 +0000 | 
| commit | b98934cf72bc190fb8ba1830950a441903220e3f (patch) | |
| tree | a7e6267d2456b39050c6c93115144b09ef2d7832 | |
| parent | 8bbd98df0090f749fa12ac460352dac096f7f22e (diff) | |
| download | bcm5719-llvm-b98934cf72bc190fb8ba1830950a441903220e3f.tar.gz bcm5719-llvm-b98934cf72bc190fb8ba1830950a441903220e3f.zip  | |
Removed one last bad continue statement meant to be removed in r153914.
llvm-svn: 153975
| -rw-r--r-- | llvm/lib/CodeGen/LiveRangeEdit.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveRangeEdit.cpp b/llvm/lib/CodeGen/LiveRangeEdit.cpp index 4ecb2d9a60a..695f53631e1 100644 --- a/llvm/lib/CodeGen/LiveRangeEdit.cpp +++ b/llvm/lib/CodeGen/LiveRangeEdit.cpp @@ -286,7 +286,6 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,      }      if (BeingSpilled) continue; -    if (!VRM) continue;      // LI may have been separated, create new intervals.      LI->RenumberValues(LIS);  | 

