[llvm] 31eeee1 - Fix build after removing llvm/CodeGen/GlobalISel/Types.h
Aaron Puchert via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 07:59:34 PDT 2020
Author: Aaron Puchert
Date: 2020-06-08T16:58:12+02:00
New Revision: 31eeee1d8e0d57465a696bb56b9bb67445c8c667
URL: https://github.com/llvm/llvm-project/commit/31eeee1d8e0d57465a696bb56b9bb67445c8c667
DIFF: https://github.com/llvm/llvm-project/commit/31eeee1d8e0d57465a696bb56b9bb67445c8c667.diff
LOG: Fix build after removing llvm/CodeGen/GlobalISel/Types.h
Removing the include was probably just forgotten after
f13ba22227ea221af55bdad43c94e9cc43ef0926.
Added:
Modified:
llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h b/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
index 2224e8997394..751ab67c4e97 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
@@ -21,7 +21,6 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/GlobalISel/CSEMIRBuilder.h"
-#include "llvm/CodeGen/GlobalISel/Types.h"
#include "llvm/CodeGen/SwiftErrorValueTracking.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/SwitchLoweringUtils.h"
More information about the llvm-commits
mailing list