From a7fb285c60fd4a34d56ab2bdd163886180568edd Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 3 Mar 2006 06:58:59 +0000 Subject: Number of NodeTypes now exceeds 128. llvm-svn: 26503 --- llvm/lib/Target/TargetLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/TargetLowering.cpp') diff --git a/llvm/lib/Target/TargetLowering.cpp b/llvm/lib/Target/TargetLowering.cpp index 2ba754289cd..27e9b04aaa6 100644 --- a/llvm/lib/Target/TargetLowering.cpp +++ b/llvm/lib/Target/TargetLowering.cpp @@ -21,7 +21,7 @@ using namespace llvm; TargetLowering::TargetLowering(TargetMachine &tm) : TM(tm), TD(TM.getTargetData()) { - assert(ISD::BUILTIN_OP_END <= 128 && + assert(ISD::BUILTIN_OP_END <= 156 && "Fixed size array in TargetLowering is not large enough!"); // All operations default to being supported. memset(OpActions, 0, sizeof(OpActions)); -- cgit v1.2.3