~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/hipe/icode/hipe_icode_heap_test.erl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
%-------------------------------------------------------------------------
29
29
 
30
 
-spec(cfg/1 :: (#cfg{}) -> #cfg{}).
 
30
-spec cfg(#cfg{}) -> #cfg{}.
31
31
 
32
32
cfg(CFG) ->
33
33
  Icode = hipe_icode_cfg:cfg_to_linear(CFG),