summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetLowering.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-03-03 06:58:59 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-03-03 06:58:59 +0000
commita7fb285c60fd4a34d56ab2bdd163886180568edd (patch)
tree1b8174a471841fe713c03fa1aec496c7cec464b1 /llvm/lib/Target/TargetLowering.cpp
parent23e75f5b498abc0e6024e2753f35f62df918d595 (diff)
downloadbcm5719-llvm-a7fb285c60fd4a34d56ab2bdd163886180568edd.tar.gz
bcm5719-llvm-a7fb285c60fd4a34d56ab2bdd163886180568edd.zip
Number of NodeTypes now exceeds 128.
llvm-svn: 26503
Diffstat (limited to 'llvm/lib/Target/TargetLowering.cpp')
-rw-r--r--llvm/lib/Target/TargetLowering.cpp2
1 files changed, 1 insertions, 1 deletions
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));
OpenPOWER on IntegriCloud