aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Lower/ConvertType.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riddleriver@gmail.com>2020-12-03 17:22:29 -0800
committerRiver Riddle <riddleriver@gmail.com>2020-12-03 18:02:10 -0800
commit09f7a55fad924b894fadef0f0edccffdfda7838a (patch)
tree5ce6ae43de77ae5ab8e2a62579a99c68f539f4b5 /flang/lib/Lower/ConvertType.cpp
parente66c2e259f8140373ee73ceffe1e913483b711b5 (diff)
downloadllvm-09f7a55fad924b894fadef0f0edccffdfda7838a.zip
llvm-09f7a55fad924b894fadef0f0edccffdfda7838a.tar.gz
llvm-09f7a55fad924b894fadef0f0edccffdfda7838a.tar.bz2
[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h
This is part of a larger refactoring the better congregates the builtin structures under the BuiltinDialect. This also removes the problematic "standard" naming that clashes with the "standard" dialect, which is not defined within IR/. A temporary forward is placed in StandardTypes.h to allow time for downstream users to replaced references. Differential Revision: https://reviews.llvm.org/D92435
Diffstat (limited to 'flang/lib/Lower/ConvertType.cpp')
-rw-r--r--flang/lib/Lower/ConvertType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/lib/Lower/ConvertType.cpp b/flang/lib/Lower/ConvertType.cpp
index c01c6bc..746d7ad 100644
--- a/flang/lib/Lower/ConvertType.cpp
+++ b/flang/lib/Lower/ConvertType.cpp
@@ -13,7 +13,7 @@
#include "flang/Semantics/tools.h"
#include "flang/Semantics/type.h"
#include "mlir/IR/Builders.h"
-#include "mlir/IR/StandardTypes.h"
+#include "mlir/IR/BuiltinTypes.h"
#undef QUOTE
#undef TODO