about summary refs log tree commit diff stats
path: root/033check_operands.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-05 20:01:06 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-05 21:54:33 -0700
commit8122f5d39166f5167aff376e0015069e41b20fa0 (patch)
tree3f64f86846c13c15ba044068a5bf56ca66e32c91 /033check_operands.cc
parent591ce148f67a79316b84cf0da0b01cd0ba70f9e7 (diff)
downloadmu-8122f5d39166f5167aff376e0015069e41b20fa0.tar.gz
6477
I had a little "optimization" to avoid creating nested blocks if "they weren't
needed". Except, of course, they were. Lose the optimization. Sometimes
we create multiple jumps when a single one would suffice. Ignore that for
now.
Diffstat (limited to '033check_operands.cc')
0 files changed, 0 insertions, 0 deletions
tr/otrlib.h?id=4e81707b2751434c0561b3040754a45f97c0fd2b'>^
1155ceab ^


894fa355 ^
450c01ec ^
894fa355 ^
450c01ec ^
894fa355 ^

450c01ec ^
894fa355 ^

450c01ec ^
aff9eee4 ^
06d81ed9 ^
450c01ec ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59