Fix build with expensive checks enabled
authorSerge Pavlov <sepavloff@gmail.com>
Tue, 20 Dec 2016 08:48:51 +0000 (08:48 +0000)
committerSerge Pavlov <sepavloff@gmail.com>
Tue, 20 Dec 2016 08:48:51 +0000 (08:48 +0000)
commitfe8cb93148957b927a64a8a7047e5f9944a33ab7
tree2a701b78063be56c76bd8813cafe01b351c7245d
parentd7738fe6ad9739e750127080a22294df39307429
Fix build with expensive checks enabled

Include of llvm/IR/Verifier.h was removed from HexagonCommonGEP.cpp in r289604
as unused. In fact it is required when expensive checks are enabled, because
it declared function `verifyFunction`, which is called in conditionally compiled
part of the file.

llvm-svn: 290170
llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp