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 | 607796210194b1b45b610ef0200391034923eb3f (patch) | |
| tree | c7e0a4162cbc54e9e3ddc5d9109a35503e7ed154 /llvm/lib/Target/CellSPU | |
| parent | f7c3ff6f8068cd6bba4cbbf05c7321788af0884d (diff) | |
| download | bcm5719-llvm-607796210194b1b45b610ef0200391034923eb3f.tar.gz bcm5719-llvm-607796210194b1b45b610ef0200391034923eb3f.zip | |
no need to explicitly clear these fields.
llvm-svn: 45683
Diffstat (limited to 'llvm/lib/Target/CellSPU')
| -rw-r--r-- | llvm/lib/Target/CellSPU/SPUInstrFormats.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUInstrFormats.td b/llvm/lib/Target/CellSPU/SPUInstrFormats.td index 2ef79ba4981..7221ab2dc8e 100644 --- a/llvm/lib/Target/CellSPU/SPUInstrFormats.td +++ b/llvm/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; |

