summaryrefslogtreecommitdiffstats
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
commitbbe2bbd7f7a9334161a4ebb48e54148217986f5d (patch)
tree431492fee52efa5b120edf8dee2977e94c43805d
parentc482735d8978eea552ca43227a6fb8eb73a0014c (diff)
downloadbcm5719-llvm-bbe2bbd7f7a9334161a4ebb48e54148217986f5d.tar.gz
bcm5719-llvm-bbe2bbd7f7a9334161a4ebb48e54148217986f5d.zip
Add FIXME.
llvm-svn: 117787
-rw-r--r--llvm/lib/Target/ARM/ARMInstrVFP.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrVFP.td b/llvm/lib/Target/ARM/ARMInstrVFP.td
index a404c977030..ff09041a505 100644
--- a/llvm/lib/Target/ARM/ARMInstrVFP.td
+++ b/llvm/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),
OpenPOWER on IntegriCloud