aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrFormats.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-20 23:15:07 +0000
committerChris Lattner <sabre@nondot.org>2006-06-20 23:15:07 +0000
commit96dc5e5f6d2bdad7b24f191998e324888afacf83 (patch)
tree8022f60d8d9c3e2de701af64295eaf6ddc66aff9 /lib/Target/PowerPC/PPCInstrFormats.td
parentf2c5bca165fa654ad46f2b232773b2116b734b63 (diff)
remove unused flag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28888 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 bb0ccf89b0..9ed4393ff8 100644
--- a/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/lib/Target/PowerPC/PPCInstrFormats.td
@@ -16,7 +16,6 @@ class I<bits<6> opcode, dag OL, string asmstr, InstrItinClass itin>
field bits<32> Inst;
bit PPC64 = 0; // Default value, override with isPPC64
- bit VMX = 0; // Default value, override with isVMX
let Name = "";
let Namespace = "PPC";