[PATCH] D27841: [LLC][MIPS] Fix crash after enabling LLVM_ENABLE_EXPENSIVE_CHECKS
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 03:58:48 PST 2016
sdardis accepted this revision.
sdardis added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lib/Target/Mips/MipsSEISelDAGToDAG.cpp:35
#include "llvm/Target/TargetMachine.h"
+#include "llvm/IR/Dominators.h"
using namespace llvm;
----------------
This include should come after: #include "llvm/IR/CFG.h"
Repository:
rL LLVM
https://reviews.llvm.org/D27841
More information about the llvm-commits
mailing list