summaryrefslogtreecommitdiff
path: root/test/MC/Mips/mips-fpu-instructions.s
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-08-19 19:08:03 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-08-19 19:08:03 +0000
commit1e09ed13893ad9d463c6c08c996170bac6e60449 (patch)
tree017b632e3627c1f19ea6d21587d81f718d8408d7 /test/MC/Mips/mips-fpu-instructions.s
parent630d17566793c7f25a05cd407ab9b79a1756966a (diff)
downloadllvm-1e09ed13893ad9d463c6c08c996170bac6e60449.tar.gz
llvm-1e09ed13893ad9d463c6c08c996170bac6e60449.tar.bz2
llvm-1e09ed13893ad9d463c6c08c996170bac6e60449.tar.xz
[mips] Fix instruction definitions that were incorrectly marked as code-gen-only.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Mips/mips-fpu-instructions.s')
-rw-r--r--test/MC/Mips/mips-fpu-instructions.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MC/Mips/mips-fpu-instructions.s b/test/MC/Mips/mips-fpu-instructions.s
index dc52676433..0a240d224a 100644
--- a/test/MC/Mips/mips-fpu-instructions.s
+++ b/test/MC/Mips/mips-fpu-instructions.s
@@ -1,4 +1,5 @@
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 | FileCheck %s
+# RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s
# Check that the assembler can handle the documented syntax
# for FPU instructions.
#------------------------------------------------------------------------------