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/CellSPU | |
| parent | 0aaa4f0130b4d666e7715e47dca6c9bb87d5c8d0 (diff) | |
| download | external_llvm-7358c193fd2c7e6cc844f72e2203cbdb7692759f.zip external_llvm-7358c193fd2c7e6cc844f72e2203cbdb7692759f.tar.gz external_llvm-7358c193fd2c7e6cc844f72e2203cbdb7692759f.tar.bz2 | |
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/CellSPU')
| -rw-r--r-- | lib/Target/CellSPU/SPUInstrFormats.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUInstrFormats.td b/lib/Target/CellSPU/SPUInstrFormats.td index 2ef79ba..7221ab2 100644 --- a/lib/Target/CellSPU/SPUInstrFormats.td +++ b/lib/Target/CellSPU/SPUInstrFormats.td @@ -18,7 +18,6 @@ class I<dag OOL, dag IOL, string asmstr, InstrItinClass itin> : Instruction { field bits<32> Inst; - let Name = ""; let Namespace = "SPU"; let OutOperandList = OOL; let InOperandList = IOL; |
