aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstSelectSimple.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-04 17:18:30 +0000
committerChris Lattner <sabre@nondot.org>2002-12-04 17:18:30 +0000
commit93689114a580895b9e53757b42df1e2d31d08fb5 (patch)
treefb3b766bd37eb21fcd0327985ed47de95fcd860d /lib/Target/X86/InstSelectSimple.cpp
parentd6c4cfab54e1defa78103bf122d6c79354e121b1 (diff)
Remove think-o assertion
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/InstSelectSimple.cpp')
-rw-r--r--lib/Target/X86/InstSelectSimple.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/X86/InstSelectSimple.cpp b/lib/Target/X86/InstSelectSimple.cpp
index 27c5d061c2..65bfb1c7ed 100644
--- a/lib/Target/X86/InstSelectSimple.cpp
+++ b/lib/Target/X86/InstSelectSimple.cpp
@@ -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;