aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2015-03-05 13:10:28 +0100
committerBjörn Gustavsson <[email protected]>2015-04-30 12:15:25 +0200
commit99a67b34433e6d77c9f581db6f2fed3824a91280 (patch)
treee71c4e885c5445e5405480ef0d8920dd7c7f0511 /lib/hipe
parent2328a1b5baf0e154968d975a26db8645747e9411 (diff)
downloadotp-99a67b34433e6d77c9f581db6f2fed3824a91280.tar.gz
otp-99a67b34433e6d77c9f581db6f2fed3824a91280.tar.bz2
otp-99a67b34433e6d77c9f581db6f2fed3824a91280.zip
hipe: Use module erl_anno
Diffstat (limited to 'lib/hipe')
-rw-r--r--lib/hipe/cerl/cerl_to_icode.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hipe/cerl/cerl_to_icode.erl b/lib/hipe/cerl/cerl_to_icode.erl
index 2645056be1..f98aaa12f3 100644
--- a/lib/hipe/cerl/cerl_to_icode.erl
+++ b/lib/hipe/cerl/cerl_to_icode.erl
@@ -2,7 +2,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2003-2012. All Rights Reserved.
+%% Copyright Ericsson AB 2003-2015. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -110,7 +110,7 @@
effect = false :: boolean(),
fail = [], % [] or fail-to label
class = expr :: 'expr' | 'guard',
- line = 0 :: erl_scan:line(), % current line number
+ line = 0 :: erl_anno:line(), % current line number
'receive' :: 'undefined' | #'receive'{}
}).