diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-01-04 11:24:32 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-01-04 11:24:32 +0000 |
| commit | 915b5cdab7ae87ce38a6119f5c7e73aa0faaefa3 (patch) | |
| tree | b9548165db061f29208bc28f794d429781307a6f /code | |
| parent | c8f99b360f4c2c0f566c8e3b4ed9ab9a388687c3 (diff) | |
Rename llir -> ir
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/code/demo.odin b/code/demo.odin index 3680c8957..f1d3398f8 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -1,7 +1,5 @@ #import "fmt.odin"; - - main :: proc() { { Byte_Size :: enum f64 { @@ -58,3 +56,4 @@ main :: proc() { } } } + |