~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tools/test-js-optimizer-asm-regs-min-output.js

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
function cl(b) {
 
2
  b = b | 0;
 
3
  var c = 0;
 
4
  c = b * b;
 
5
  a(c);
 
6
  i1(b);
 
7
}
 
8
function cl(b) {
 
9
  b = b | 0;
 
10
  var c = 0;
 
11
  c = b * b;
 
12
  a(c);
 
13
  i1(b);
 
14
}
 
15
function cl(b) {
 
16
  b = b | 0;
 
17
  var c = 0;
 
18
  c = b * b;
 
19
  a(c);
 
20
  i1(b);
 
21
}
 
22
function cl(b) {
 
23
  b = b | 0;
 
24
  var c = 0;
 
25
  c = b * b;
 
26
  a(c);
 
27
  i1(b);
 
28
}
 
29
function cl(b) {
 
30
  b = b | 0;
 
31
  var c = 0;
 
32
  c = b * b;
 
33
  a(c);
 
34
  i1(b);
 
35
}
 
36