summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-30 14:54:23 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-30 14:54:23 +0000
commit7644971232f21a5d5e232b72bc815ef26163e06d (patch)
tree8172d6e2221703ac43fd220e9405a4bbffb3b92d
parent604cdf6ea77a069b3c366397b6f30731d760bdd8 (diff)
downloadllvm-7644971232f21a5d5e232b72bc815ef26163e06d.tar.gz
llvm-7644971232f21a5d5e232b72bc815ef26163e06d.tar.bz2
llvm-7644971232f21a5d5e232b72bc815ef26163e06d.tar.xz
Add FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117787 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMInstrVFP.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrVFP.td b/lib/Target/ARM/ARMInstrVFP.td
index a404c97703..ff09041a50 100644
--- a/lib/Target/ARM/ARMInstrVFP.td
+++ b/lib/Target/ARM/ARMInstrVFP.td
@@ -739,6 +739,8 @@ let Constraints = "$a = $dst" in {
// FP to Fixed-Point:
+// FIXME: Marking these as codegen only seems wrong. They are real
+// instructions(?)
let isCodeGenOnly = 1 in {
def VTOSHS : AVConv1XI<0b11101, 0b11, 0b1110, 0b1010, 0,
(outs SPR:$dst), (ins SPR:$a, i32imm:$fbits),