From 7554a4abd22ddd2345bda3ac66268cc74a1cfad3 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Thu, 12 Jun 2014 13:51:27 +0000 Subject: [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6 Summary: We haven't implemented this instruction so we only add a test case. Reviewers: vmedic, zoran.jovanovic, jkolek Reviewed By: jkolek Differential Revision: http://reviews.llvm.org/D4004 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210779 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/Mips32r6InstrInfo.td | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Target/Mips') diff --git a/lib/Target/Mips/Mips32r6InstrInfo.td b/lib/Target/Mips/Mips32r6InstrInfo.td index 270036a8f9..e78b94c9d2 100644 --- a/lib/Target/Mips/Mips32r6InstrInfo.td +++ b/lib/Target/Mips/Mips32r6InstrInfo.td @@ -34,7 +34,6 @@ include "Mips32r6InstrFormats.td" // Removed: ldxc1 // Removed: luxc1 // Removed: lwxc1 -// Removed: prefx // Removed: sdxc1 // Removed: suxc1 // Removed: swxc1 -- cgit v1.2.3