diff options
| author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2017-07-26 23:56:29 +0000 |
|---|---|---|
| committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2017-07-26 23:56:29 +0000 |
| commit | 569932d1e6e83e572538b7db4b769727b2b76647 (patch) | |
| tree | 3f9b8548e08ee1cd97442ac605355fdbb4e2b621 /llvm/lib/Target | |
| parent | b88afb3fbd26327947a9eaf793b9ab0d4dc568a5 (diff) | |
| download | bcm5719-llvm-569932d1e6e83e572538b7db4b769727b2b76647.tar.gz bcm5719-llvm-569932d1e6e83e572538b7db4b769727b2b76647.zip | |
[Hexagon] Fix expensive checks build bot broken in r309230.
llvm-svn: 309236
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp b/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp index e948e8e86ee..7e3d049d337 100644 --- a/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp +++ b/llvm/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" |

