Allow the third argument for the subi family to be an expression.
[oota-llvm.git] / utils / TableGen / FixedLenDecoderEmitter.cpp
index 64796a02ff4ecbc97e60b0bcf4a78104afea9d13..42639cc4cf95e99aff7f79063cbec53d5739f62d 100644 (file)
@@ -12,8 +12,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-#define DEBUG_TYPE "decoder-emitter"
-
 #include "CodeGenTarget.h"
 #include "llvm/ADT/APInt.h"
 #include "llvm/ADT/SmallString.h"
@@ -34,6 +32,8 @@
 
 using namespace llvm;
 
+#define DEBUG_TYPE "decoder-emitter"
+
 namespace {
 struct EncodingField {
   unsigned Base, Width, Offset;