summaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/EDInstInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/EDInstInfo.h')
-rw-r--r--include/llvm/MC/EDInstInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/MC/EDInstInfo.h b/include/llvm/MC/EDInstInfo.h
index 0b9d3f6..5b02467 100644
--- a/include/llvm/MC/EDInstInfo.h
+++ b/include/llvm/MC/EDInstInfo.h
@@ -12,7 +12,7 @@
#include "llvm/Support/DataTypes.h"
namespace llvm {
-
+
#define EDIS_MAX_OPERANDS 13
#define EDIS_MAX_SYNTAXES 2
@@ -23,7 +23,7 @@ struct EDInstInfo {
uint8_t operandFlags[EDIS_MAX_OPERANDS];
const signed char operandOrders[EDIS_MAX_SYNTAXES][EDIS_MAX_OPERANDS];
};
-
+
} // namespace llvm
#endif
OpenPOWER on IntegriCloud