diff options
| author | WormHeamer | 2025-10-21 06:28:27 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-10-21 06:28:27 -0400 |
| commit | 5ea989fc612ce219f29eaeb1d642ba7083b38599 (patch) | |
| tree | 90d2e563cb6574d8e73cbd1d5d48bfb3418b1302 /test.lang | |
| parent | 2cb303eec6a65fbc8269a0eaedbf3f32d892972c (diff) | |
temporarily disable invalid division->shr optimization
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ func main(a, b i64) i64 { let x = 2 if a < b { - x := 3 + a + x := 3 + (a / x) } else { x := 4 + (x * b) } |
