aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r--lib/CodeGen/CodeGenModule.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h
index f540a73e76..06118ac137 100644
--- a/lib/CodeGen/CodeGenModule.h
+++ b/lib/CodeGen/CodeGenModule.h
@@ -314,8 +314,10 @@ public:
enum GVALinkage {
GVA_Internal,
- GVA_Inline,
GVA_ExternInline,
+ GVA_GNUCInline,
+ GVA_C99Inline,
+ GVA_CXXInline,
GVA_Normal
};