summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64InstrInfo.td
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-04-20 15:57:41 +0000
committerTim Northover <Tim.Northover@arm.com>2013-04-20 15:57:41 +0000
commit75f013822bfd48c1f463e8f9f49a6274481051e1 (patch)
treeac9d949064b19ef5315148824d12336ee01fdf47 /lib/Target/AArch64/AArch64InstrInfo.td
parentb0aeb3e077679b5846b3f273baee2872ab176e1e (diff)
downloadllvm-75f013822bfd48c1f463e8f9f49a6274481051e1.tar.gz
llvm-75f013822bfd48c1f463e8f9f49a6274481051e1.tar.bz2
llvm-75f013822bfd48c1f463e8f9f49a6274481051e1.tar.xz
AArch64: remove useless comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179952 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64/AArch64InstrInfo.td')
-rw-r--r--lib/Target/AArch64/AArch64InstrInfo.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/AArch64/AArch64InstrInfo.td b/lib/Target/AArch64/AArch64InstrInfo.td
index ff21c223e9..e3b39ce624 100644
--- a/lib/Target/AArch64/AArch64InstrInfo.td
+++ b/lib/Target/AArch64/AArch64InstrInfo.td
@@ -4462,8 +4462,6 @@ def : ADRP_ADD<A64WrapperSmall, tjumptable>;
// GOT access patterns
//===----------------------------------------------------------------------===//
-// FIXME: Wibble
-
class GOTLoadSmall<SDNode addrfrag>
: Pat<(A64GOTLoad (A64WrapperSmall addrfrag:$Hi, addrfrag:$Lo12, 8)),
(LS64_LDR (ADRPxi addrfrag:$Hi), addrfrag:$Lo12)>;