aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrFormats.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-20 23:18:58 +0000
committerChris Lattner <sabre@nondot.org>2006-06-20 23:18:58 +0000
commitb410dc99774d52b4491750dab10b91cca1d661d8 (patch)
tree4f46400db189906a9ce7d35a2637f6c348030fb5 /lib/Target/PowerPC/PPCInstrFormats.td
parent96dc5e5f6d2bdad7b24f191998e324888afacf83 (diff)
Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrFormats.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrFormats.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td
index 9ed4393ff8..87e9127365 100644
--- a/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/lib/Target/PowerPC/PPCInstrFormats.td
@@ -785,7 +785,6 @@ class VXRForm_1<bits<10> xo, dag OL, string asmstr,
class Pseudo<dag OL, string asmstr, list<dag> pattern>
: I<0, OL, asmstr, NoItinerary> {
let PPC64 = 0;
- let VMX = 0;
let Pattern = pattern;
let Inst{31-0} = 0;
}