[gcov] Switch to an explicit if clunky array to satisfy some compilers
authorChandler Carruth <chandlerc@gmail.com>
Thu, 3 May 2018 00:11:03 +0000 (00:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 3 May 2018 00:11:03 +0000 (00:11 +0000)
commite74c354d125fd21cf5682d8f37d0bbe5950afba8
tree9ab0f5b58a2d56db1655a34964c142a9d18f407b
parent7d1b25d0538f52931b0b12d781fe8c1487b01010
[gcov] Switch to an explicit if clunky array to satisfy some compilers
on various build bots that are unhappy with using makeArrayRef with an
initializer list.

llvm-svn: 331418
llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp