aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IR/InlineAsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/IR/InlineAsm.h')
-rw-r--r--include/llvm/IR/InlineAsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/InlineAsm.h b/include/llvm/IR/InlineAsm.h
index 33e4ab8..3398a83 100644
--- a/include/llvm/IR/InlineAsm.h
+++ b/include/llvm/IR/InlineAsm.h
@@ -197,7 +197,7 @@ public:
// These are helper methods for dealing with flags in the INLINEASM SDNode
// in the backend.
- enum {
+ enum LLVM_ENUM_INT_TYPE(uint32_t) {
// Fixed operands on an INLINEASM SDNode.
Op_InputChain = 0,
Op_AsmString = 1,