From: Eugene Zelenko Date: Wed, 26 Jul 2017 23:56:29 +0000 (+0000) Subject: [Hexagon] Fix expensive checks build bot broken in r309230. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=deb9ff3a566cdb766ab445520006507aca9c6d73;p=llvm [Hexagon] Fix expensive checks build bot broken in r309230. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309236 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/HexagonCommonGEP.cpp b/lib/Target/Hexagon/HexagonCommonGEP.cpp index e948e8e86ee..7e3d049d337 100644 --- a/lib/Target/Hexagon/HexagonCommonGEP.cpp +++ b/lib/Target/Hexagon/HexagonCommonGEP.cpp @@ -28,6 +28,7 @@ #include "llvm/IR/Use.h" #include "llvm/IR/User.h" #include "llvm/IR/Value.h" +#include "llvm/IR/Verifier.h" #include "llvm/Pass.h" #include "llvm/Support/Allocator.h" #include "llvm/Support/Casting.h"