add fields to the .td files unconditionally, simplifying tblgen a bit.

Switch the ARM backend to use 'let' instead of 'set' with this change.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119120 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2010-11-15 05:19:05 +00:00
parent 513dbf1af0
commit 2ac190238e
10 changed files with 38 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "x86-emitter"
#define DEBUG_TYPE "mccodeemitter"
#include "X86.h"
#include "X86InstrInfo.h"
#include "X86FixupKinds.h"