Remove think-o assertion

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-12-04 17:18:30 +00:00
parent d6c4cfab54
commit 93689114a5
2 changed files with 0 additions and 4 deletions

View File

@ -140,8 +140,6 @@ namespace {
BuildMI(BB, X86::MOVir32, 1, Reg).addReg(GV);
} else if (Argument *A = dyn_cast<Argument>(V)) {
std::cerr << "ERROR: Arguments not implemented in SimpleInstSel\n";
} else {
assert(0 && "Don't know how to handle a value of this type!");
}
return Reg;

View File

@ -140,8 +140,6 @@ namespace {
BuildMI(BB, X86::MOVir32, 1, Reg).addReg(GV);
} else if (Argument *A = dyn_cast<Argument>(V)) {
std::cerr << "ERROR: Arguments not implemented in SimpleInstSel\n";
} else {
assert(0 && "Don't know how to handle a value of this type!");
}
return Reg;