diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-07 04:55:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-07 04:55:09 +0000 |
commit | 7358c193fd2c7e6cc844f72e2203cbdb7692759f (patch) | |
tree | 92dc5fe5855787af2db77a416a4e605597a99824 /lib/Target/PowerPC/PPCInstrFormats.td | |
parent | 0aaa4f0130b4d666e7715e47dca6c9bb87d5c8d0 (diff) |
no need to explicitly clear these fields.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrFormats.td')
-rw-r--r-- | lib/Target/PowerPC/PPCInstrFormats.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td index 5958e1cb9a..0355d950de 100644 --- a/lib/Target/PowerPC/PPCInstrFormats.td +++ b/lib/Target/PowerPC/PPCInstrFormats.td @@ -17,7 +17,6 @@ class I<bits<6> opcode, dag OOL, dag IOL, string asmstr, InstrItinClass itin> bit PPC64 = 0; // Default value, override with isPPC64 - let Name = ""; let Namespace = "PPC"; let Inst{0-5} = opcode; let OutOperandList = OOL; |