diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-08-25 00:00:26 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-08-25 00:00:26 +0000 |
| commit | 751c6c3944911152f8c48275676645f693fe8bea (patch) | |
| tree | 7ee3e55bd0165bf83c693e980017a23ca55bd0b3 /llvm/lib | |
| parent | a3fbdae51582aac9d02330e64ae469735a230676 (diff) | |
| download | bcm5719-llvm-751c6c3944911152f8c48275676645f693fe8bea.tar.gz bcm5719-llvm-751c6c3944911152f8c48275676645f693fe8bea.zip | |
Fix some warnings
llvm-svn: 23029
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp b/llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp index f6900545080..a5dc60bed7c 100644 --- a/llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp +++ b/llvm/lib/Target/SparcV9/ModuloScheduling/MSSchedule.cpp @@ -288,6 +288,7 @@ bool MSSchedule::defPreviousStage(Value *def, int stage) { } assert(0 && "We should always have found the def in our kernel\n"); + abort(); } diff --git a/llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.cpp b/llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.cpp index d4e65e4ee01..23697b83a24 100644 --- a/llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.cpp +++ b/llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.cpp @@ -295,6 +295,7 @@ bool MSScheduleSB::defPreviousStage(Value *def, int stage) { } assert(0 && "We should always have found the def in our kernel\n"); + abort(); } |

