[llvm] 61ba477 - [InstCombine] Add SetVector.h include
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 00:57:55 PST 2020
Author: Nikita Popov
Date: 2020-01-30T09:56:24+01:00
New Revision: 61ba477525aeb056fdbf5816f1b69128bf13b600
URL: https://github.com/llvm/llvm-project/commit/61ba477525aeb056fdbf5816f1b69128bf13b600
DIFF: https://github.com/llvm/llvm-project/commit/61ba477525aeb056fdbf5816f1b69128bf13b600.diff
LOG: [InstCombine] Add SetVector.h include
Hopefully fixes the build for examples.
Added:
Modified:
llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h b/llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
index 2be361dd728e..3d50e8352e29 100644
--- a/llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
+++ b/llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
@@ -11,6 +11,7 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/Instruction.h"
#include "llvm/Support/Compiler.h"
More information about the llvm-commits
mailing list