Skip to content

Commit

Permalink
compiler/llvm.go: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-koya authored and aykevl committed Apr 13, 2020
1 parent 7b23775 commit e181199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/llvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func getUses(value llvm.Value) []llvm.Value {
}

// createTemporaryAlloca creates a new alloca in the entry block and adds
// lifetime start infromation in the IR signalling that the alloca won't be used
// lifetime start information in the IR signalling that the alloca won't be used
// before this point.
//
// This is useful for creating temporary allocas for intrinsics. Don't forget to
Expand Down

0 comments on commit e181199

Please sign in to comment.