Work around GCC 4.0 build error:
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 19 Nov 2010 05:36:51 +0000 (05:36 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 19 Nov 2010 05:36:51 +0000 (05:36 +0000)
commit528900d9a46cf4acde3a90494f286116159d5e59
tree6a4441ae13982b28148f4a06124b67c16987a18d
parentb651a96ef21a1f3e14c5cf5a317f9fe2bb648414
Work around GCC 4.0 build error:

llvm/include/llvm/ADT/IntervalMap.h:334: error: '((llvm::IntervalMapImpl::DesiredNodeBytes / static_cast<unsigned int>(((2 * sizeof (KeyT)) + sizeof (ValT)))) >? 3u)' is not a valid template argument for type 'unsigned int' because it is a non-constant expression

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119790 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/IntervalMap.h