aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/misc/hipe_gensym.erl
diff options
context:
space:
mode:
authorYiannis Tsiouris <[email protected]>2014-01-28 18:09:24 +0200
committerYiannis Tsiouris <[email protected]>2014-03-07 18:35:02 +0200
commitfdec9307a6fb5a911f3d6d0de31c35e8a90e5a39 (patch)
tree3a9153764667d45bc289f00b1a0e523f6075c98a /lib/hipe/misc/hipe_gensym.erl
parenta307b90ba474d2700289cd010d606b8c133fbacb (diff)
downloadotp-fdec9307a6fb5a911f3d6d0de31c35e8a90e5a39.tar.gz
otp-fdec9307a6fb5a911f3d6d0de31c35e8a90e5a39.tar.bz2
otp-fdec9307a6fb5a911f3d6d0de31c35e8a90e5a39.zip
Add support for llvm unique symbols in hipe_gensym
This is used by the LLVM backend in order to generate unique names for temporary SSA values and functions.
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'.
%%-----------------------------------------------------------------------