Remove dead assert
authorChris Lattner <sabre@nondot.org>
Mon, 25 Oct 2004 19:04:01 +0000 (19:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Oct 2004 19:04:01 +0000 (19:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17221 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetSchedInfo.cpp

index 4d2b5ed9f9ce343ac4be240cf1da0aaac8329860..adf913723dd727a13600b8dffc286f658e6fc4d2 100644 (file)
@@ -170,9 +170,6 @@ TargetSchedInfo::computeIssueGaps(const std::vector<InstrRUsage>&
   issueGaps.resize(numOpCodes);
   conflictLists.resize(numOpCodes);
 
-  assert(numOpCodes < (1 << MAX_OPCODE_SIZE) - 1
-         && "numOpCodes invalid for implementation of class OpCodePair!");
-
   // First, compute issue gaps between pairs of classes based on common
   // resources usages for each class, because most instruction pairs will
   // usually behave the same as their class.