summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrFormats.td
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2005-11-26 22:39:34 +0000
committerNate Begeman <natebegeman@mac.com>2005-11-26 22:39:34 +0000
commit01595c52b32b8e40b87dd9d36753f8e972ab6f74 (patch)
treef3bf52b51e4abfcc06f1e2a0528eca7fea8c3106 /lib/Target/PowerPC/PPCInstrFormats.td
parentb0826529f87befb8424c437acbd1e61d6f383fc0 (diff)
downloadllvm-01595c52b32b8e40b87dd9d36753f8e972ab6f74.tar.gz
llvm-01595c52b32b8e40b87dd9d36753f8e972ab6f74.tar.bz2
llvm-01595c52b32b8e40b87dd9d36753f8e972ab6f74.tar.xz
Small tweaks noticed while on the plane.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24492 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrFormats.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrFormats.td6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td
index 8f93ac9fd3..cba2aabe78 100644
--- a/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/lib/Target/PowerPC/PPCInstrFormats.td
@@ -556,6 +556,8 @@ class VAForm_1<bits<6> xo, dag OL, string asmstr,
bits<5> VA;
bits<5> VB;
bits<5> VC;
+
+ let Pattern = pattern;
let Inst{6-10} = VD;
let Inst{11-15} = VA;
@@ -572,6 +574,8 @@ class VXForm_1<bits<11> xo, dag OL, string asmstr,
bits<5> VA;
bits<5> VB;
+ let Pattern = pattern;
+
let Inst{6-10} = VD;
let Inst{11-15} = VA;
let Inst{16-20} = VB;
@@ -586,6 +590,8 @@ class VXRForm_1<bits<10> xo, bit rc, dag OL, string asmstr,
bits<5> VA;
bits<5> VB;
+ let Pattern = pattern;
+
let Inst{6-10} = VD;
let Inst{11-15} = VA;
let Inst{16-20} = VB;