Skip to content

Commit

Permalink
Fixed code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Geis committed Oct 3, 2017
1 parent 00f430c commit 92ae1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kaleidoscope/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For example, running with all three switches may lead to the following output:
[Number(1), Op('+'), Number(2), Op('*'), Number(2)]
-> Expression parsed:
Function { prototype: Prototype { name: "anonymous", args: [], is_op: false, prec: 0 }, body: Binary { op: '+', left: Number(1), right: Binary { op: '*', left: Number(2), right: Number(2) } }, is_anon: true }
Binary { op: '+', left: Number(1), right: Binary { op: '*', left: Number(2), right: Number(2) } }
-> Expression compiled to IR:
define double @anonymous() {
Expand Down

0 comments on commit 92ae1da

Please sign in to comment.