diff options
| author | Florian Hahn <florian.hahn@arm.com> | 2017-07-11 20:56:24 +0000 |
|---|---|---|
| committer | Florian Hahn <florian.hahn@arm.com> | 2017-07-11 20:56:24 +0000 |
| commit | 93cf9b4f91386b63ba7c3a1e902e91c110108f2d (patch) | |
| tree | 85f8295b42281cf5f1746811e0e2edd14ec9a8a5 /llvm | |
| parent | bafe766f5d85486c8bc0c49a1316fe45a25acc0b (diff) | |
| download | bcm5719-llvm-93cf9b4f91386b63ba7c3a1e902e91c110108f2d.tar.gz bcm5719-llvm-93cf9b4f91386b63ba7c3a1e902e91c110108f2d.zip | |
[AArch64] Remove unused IsDarwin & IsNotDarwin predicates (NFCI).
Reviewers: t.p.northover, rengolin
Reviewed By: t.p.northover
Subscribers: aemerson, javed.absar, llvm-commits, kristof.beyls
Differential Revision: https://reviews.llvm.org/D35266
llvm-svn: 307706
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64InstrInfo.td | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.td b/llvm/lib/Target/AArch64/AArch64InstrInfo.td index 3cd7ebd2cb0..0be14673eb2 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.td +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.td @@ -313,9 +313,6 @@ def AArch64umaxv : SDNode<"AArch64ISD::UMAXV", SDT_AArch64UnaryVec>; //===----------------------------------------------------------------------===// // AArch64 Instruction Predicate Definitions. -def IsDarwin : Predicate<"Subtarget->isTargetDarwin()">; -def IsNotDarwin: Predicate<"!Subtarget->isTargetDarwin()">; - // We could compute these on a per-module basis but doing so requires accessing // the Function object through the <Target>Subtarget and objections were raised // to that (see post-commit review comments for r301750). |

