aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetSchedInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-25 19:04:01 +0000
committerChris Lattner <sabre@nondot.org>2004-10-25 19:04:01 +0000
commitf1ac33d69044e65c7c17371bc1711456e15541b1 (patch)
treee6dc10f76de5f021dde38281bd9ec893b0a875d1 /lib/Target/TargetSchedInfo.cpp
parentf0ae6c62e8cd53ef8c81f87e3a7abb0d15b6775b (diff)
Remove dead assert
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetSchedInfo.cpp')
-rw-r--r--lib/Target/TargetSchedInfo.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/TargetSchedInfo.cpp b/lib/Target/TargetSchedInfo.cpp
index 4d2b5ed9f9..adf913723d 100644
--- a/lib/Target/TargetSchedInfo.cpp
+++ b/lib/Target/TargetSchedInfo.cpp
@@ -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.