Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a pointer...
authorFrits van Bommel <fvbommel@gmail.com>
Mon, 18 Jul 2011 12:31:03 +0000 (12:31 +0000)
committerFrits van Bommel <fvbommel@gmail.com>
Mon, 18 Jul 2011 12:31:03 +0000 (12:31 +0000)
commitb80e3477d144a42b764e32f61ede4f842ca47151
tree83ccd3b2b0d50d7f715fc256f60ff7035ef829bd
parent39b5abf507b43da6b92f68b86406e0015ead18e9
Hopefully fix some GCC-based buildbots. GCC apparently decays the array to a pointer here before overload resolution, so construct with an explicit length instead.

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