summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcInstrFormats.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-17 23:05:35 +0000
committerChris Lattner <sabre@nondot.org>2005-12-17 23:05:35 +0000
commit558bfe0cf5392d7f8d48647ed1d88fd0f530c4c3 (patch)
tree412ec40df8e903319cb3d52e5800658599f61cfd /lib/Target/Sparc/SparcInstrFormats.td
parentd19fc65345c773af2e82a6e5227e4b020aab7d4c (diff)
downloadllvm-558bfe0cf5392d7f8d48647ed1d88fd0f530c4c3.tar.gz
llvm-558bfe0cf5392d7f8d48647ed1d88fd0f530c4c3.tar.bz2
llvm-558bfe0cf5392d7f8d48647ed1d88fd0f530c4c3.tar.xz
Give patterns to F3_3 instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24800 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcInstrFormats.td')
-rw-r--r--lib/Target/Sparc/SparcInstrFormats.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/Sparc/SparcInstrFormats.td b/lib/Target/Sparc/SparcInstrFormats.td
index ace4a9c6b5..fcaa3ae157 100644
--- a/lib/Target/Sparc/SparcInstrFormats.td
+++ b/lib/Target/Sparc/SparcInstrFormats.td
@@ -97,11 +97,12 @@ class F3_2<bits<2> opVal, bits<6> op3val, dag ops,
// floating-point
class F3_3<bits<2> opVal, bits<6> op3val, bits<9> opfval, dag ops,
- string asmstr> : F3 {
+ string asmstr, list<dag> pattern> : F3 {
bits<5> rs2;
dag OperandList = ops;
let AsmString = asmstr;
+ let Pattern = pattern;
let op = opVal;
let op3 = op3val;