We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c2b73 commit 5884af5Copy full SHA for 5884af5
lib/IRGen/GenBuiltin.cpp
@@ -19,7 +19,6 @@
19
20
#include "llvm/IR/Intrinsics.h"
21
#include "llvm/IR/Module.h"
22
-#include "llvm/IR/TypeBuilder.h"
23
#include "llvm/ADT/StringSwitch.h"
24
#include "swift/AST/Builtins.h"
25
#include "swift/AST/Types.h"
lib/IRGen/IRGenSIL.cpp
@@ -49,7 +49,6 @@
49
#include "llvm/ADT/SmallBitVector.h"
50
#include "llvm/ADT/TinyPtrVector.h"
51
// SWIFT_ENABLE_TENSORFLOW
52
53
#include "llvm/Support/Debug.h"
54
#include "llvm/Support/SaveAndRestore.h"
55
#include "llvm/Transforms/Utils/Local.h"
0 commit comments