[llvm] r309236 - [Hexagon] Fix expensive checks build bot broken in r309230.

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 16:56:29 PDT 2017


Author: eugenezelenko
Date: Wed Jul 26 16:56:29 2017
New Revision: 309236

URL: http://llvm.org/viewvc/llvm-project?rev=309236&view=rev
Log:
[Hexagon] Fix expensive checks build bot broken in r309230.

Modified:
    llvm/trunk/lib/Target/Hexagon/HexagonCommonGEP.cpp

Modified: llvm/trunk/lib/Target/Hexagon/HexagonCommonGEP.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonCommonGEP.cpp?rev=309236&r1=309235&r2=309236&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonCommonGEP.cpp (original)
+++ llvm/trunk/lib/Target/Hexagon/HexagonCommonGEP.cpp Wed Jul 26 16:56:29 2017
@@ -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"




More information about the llvm-commits mailing list