Change:
[oota-llvm.git] / lib / MC / MCDisassembler / EDInst.h
index 0a98fea2c1113a52a2dd06b0f449ac7160d1c088..6b78dc826c92e9b6ef02bea9c04fa5ab0347eafa 100644 (file)
@@ -16,6 +16,7 @@
 #ifndef LLVM_EDINST_H
 #define LLVM_EDINST_H
 
+#include "llvm/Support/DataTypes.h"
 #include "llvm/ADT/SmallVector.h"
 #include <string>
 #include <vector>
@@ -72,7 +73,7 @@ struct EDInst {
   std::string String;
   /// The order in which operands from the InstInfo's operand information appear
   /// in String
-  const char* OperandOrder;
+  const signed char* OperandOrder;
   
   /// The result of the parseOperands() function
   CachedResult ParseResult;