aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/IR/GlobalValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/IR/GlobalValue.h')
-rw-r--r--llvm/include/llvm/IR/GlobalValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/GlobalValue.h b/llvm/include/llvm/IR/GlobalValue.h
index 2209881dbda6..0171356914d6 100644
--- a/llvm/include/llvm/IR/GlobalValue.h
+++ b/llvm/include/llvm/IR/GlobalValue.h
@@ -38,7 +38,7 @@ class GlobalObject;
class Module;
namespace Intrinsic {
- enum ID : unsigned;
+typedef unsigned ID;
} // end namespace Intrinsic
class GlobalValue : public Constant {