summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-05-22 12:14:02 +0000
committerTim Northover <tnorthover@apple.com>2014-05-22 12:14:02 +0000
commit213f915ffe05a07ec8d3fb502cb7bd93f756724e (patch)
tree7e80b36be159a72d03494cd786e1e5ea00ee269e
parent369e565f23d34876f1689971b98255dd84131546 (diff)
downloadllvm-213f915ffe05a07ec8d3fb502cb7bd93f756724e.tar.gz
llvm-213f915ffe05a07ec8d3fb502cb7bd93f756724e.tar.bz2
llvm-213f915ffe05a07ec8d3fb502cb7bd93f756724e.tar.xz
Yes they do
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209429 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM64/ARM64InstrInfo.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM64/ARM64InstrInfo.td b/lib/Target/ARM64/ARM64InstrInfo.td
index 9c39d72a8e..81c04c3477 100644
--- a/lib/Target/ARM64/ARM64InstrInfo.td
+++ b/lib/Target/ARM64/ARM64InstrInfo.td
@@ -1585,7 +1585,6 @@ def simm9_offset_fb128 : Operand<i64> {
let ParserMatchClass = SImm9OffsetFB128Operand;
}
-// FIXME: these don't work
def : InstAlias<"ldr $Rt, [$Rn, $offset]",
(LDURXi GPR64:$Rt, GPR64sp:$Rn, simm9_offset_fb64:$offset), 0>;
def : InstAlias<"ldr $Rt, [$Rn, $offset]",