commit | 33143dce15c0dc4155ff4cf2e375a9a59c8a5d61 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Mar 03 06:58:59 2006 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Mar 03 06:58:59 2006 +0000 |
tree | c0719c03a3e4a51553bf65f8958be2c5fd66403a | |
parent | bfa284f69752c54f81bffc2b0d15d5c1e618a659 [diff] [blame] |
Number of NodeTypes now exceeds 128. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26503 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 2ba7542..27e9b04 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -21,7 +21,7 @@ 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));