diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-10-05 01:39:40 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-10-05 01:39:40 +0000 |
commit | 991cf47221ce3e3f98b35a23b789438b92f59902 (patch) | |
tree | 4ba224bb56f7ebc25758a61ab43a6ede24ca6282 /llvm | |
parent | 79e9713b1166f84349d81064c16b39375fdc4b6d (diff) | |
download | bcm5719-llvm-991cf47221ce3e3f98b35a23b789438b92f59902.tar.gz bcm5719-llvm-991cf47221ce3e3f98b35a23b789438b92f59902.zip |
Oops. Didn't mean to leave this in.
llvm-svn: 42626
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index 0575b41d1f5..081e3100e0e 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp @@ -566,7 +566,6 @@ void ScheduleDAGRRList::InsertCCCopiesAndMoveSuccs(SUnit *SU, unsigned Reg, const TargetRegisterClass *DestRC, const TargetRegisterClass *SrcRC, SmallVector<SUnit*, 2> &Copies) { - abort(); SUnit *CopyFromSU = NewSUnit(NULL); CopyFromSU->CopySrcRC = SrcRC; CopyFromSU->CopyDstRC = DestRC; |