Skip to content

Commit 1d45044

Browse files
committed
Remove undefs
1 parent d54a4d1 commit 1d45044

File tree

6 files changed

+0
-36
lines changed

6 files changed

+0
-36
lines changed

include/swift/SIL/SILBuiltinVisitor.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
#include "swift/SIL/SILInstruction.h"
2424
#include <type_traits>
2525

26-
// SWIFT_ENABLE_TENSORFLOW
27-
#undef and
28-
#undef or
29-
#undef xor
30-
// SWIFT_ENABLE_TENSORFLOW END
31-
3226
namespace swift {
3327

3428
template <typename ImplClass, typename ValueRetTy = void>

lib/AST/Builtins.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
#include "llvm/Support/ManagedStatic.h"
3131
#include <tuple>
3232

33-
// SWIFT_ENABLE_TENSORFLOW
34-
#undef and
35-
#undef or
36-
#undef xor
37-
// SWIFT_ENABLE_TENSORFLOW END
38-
3933
using namespace swift;
4034

4135
struct BuiltinExtraInfoTy {

lib/IRGen/GenBuiltin.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@
3434
#include "IRGenModule.h"
3535
#include "LoadableTypeInfo.h"
3636

37-
// SWIFT_ENABLE_TENSORFLOW
38-
#undef and
39-
#undef or
40-
#undef xor
41-
// SWIFT_ENABLE_TENSORFLOW END
42-
4337
using namespace swift;
4438
using namespace irgen;
4539

lib/SIL/IR/SILModule.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
#include "llvm/Support/YAMLTraits.h"
3434
#include <functional>
3535

36-
// SWIFT_ENABLE_TENSORFLOW
37-
#undef and
38-
#undef or
39-
#undef xor
40-
// SWIFT_ENABLE_TENSORFLOW END
41-
4236
using namespace swift;
4337
using namespace Lowering;
4438

lib/SILGen/SILGenBuiltin.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
#include "swift/SIL/SILArgument.h"
3030
#include "swift/SIL/SILUndef.h"
3131

32-
// SWIFT_ENABLE_TENSORFLOW
33-
#undef and
34-
#undef or
35-
#undef xor
36-
// SWIFT_ENABLE_TENSORFLOW END
37-
3832
using namespace swift;
3933
using namespace Lowering;
4034

lib/SILOptimizer/Analysis/SimplifyInstruction.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
#include "swift/SILOptimizer/Analysis/ValueTracking.h"
2828
#include "swift/SILOptimizer/Utils/InstOptUtils.h"
2929

30-
// SWIFT_ENABLE_TENSORFLOW
31-
#undef and
32-
#undef or
33-
#undef xor
34-
// SWIFT_ENABLE_TENSORFLOW END
35-
3630
using namespace swift;
3731
using namespace swift::PatternMatch;
3832

0 commit comments

Comments
 (0)