aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/misc/hipe_gensym.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/misc/hipe_gensym.erl')
-rw-r--r--lib/hipe/misc/hipe_gensym.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/misc/hipe_gensym.erl b/lib/hipe/misc/hipe_gensym.erl
index 84fc8fa7e8..4d2a237188 100644
--- a/lib/hipe/misc/hipe_gensym.erl
+++ b/lib/hipe/misc/hipe_gensym.erl
@@ -44,7 +44,7 @@
%% Types of allowable entities to set global variables for
%%-----------------------------------------------------------------------
--type gvarname() :: 'icode' | 'rtl' | 'arm' | 'ppc' | 'sparc' | 'x86'.
+-type gvarname() :: 'icode' | 'rtl' | 'arm' | 'ppc' | 'sparc' | 'x86' | 'llvm'.
%%-----------------------------------------------------------------------