diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-12-04 17:18:30 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-12-04 17:18:30 +0000 | 
| commit | 82cc64340199540942abe238561618b86d59a69a (patch) | |
| tree | 3781b524e31527a937613ca0205ec90e255cf8c6 /llvm/lib/Target | |
| parent | ccf17c6564e4e9f910110addaace2183aee2a8d2 (diff) | |
| download | bcm5719-llvm-82cc64340199540942abe238561618b86d59a69a.tar.gz bcm5719-llvm-82cc64340199540942abe238561618b86d59a69a.zip  | |
Remove think-o assertion
llvm-svn: 4917
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/InstSelectSimple.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/InstSelectSimple.cpp b/llvm/lib/Target/X86/InstSelectSimple.cpp index 27c5d061c26..65bfb1c7ed8 100644 --- a/llvm/lib/Target/X86/InstSelectSimple.cpp +++ b/llvm/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;  | 

