We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b23775 commit e181199Copy full SHA for e181199
compiler/llvm.go
@@ -24,7 +24,7 @@ func getUses(value llvm.Value) []llvm.Value {
24
}
25
26
// createTemporaryAlloca creates a new alloca in the entry block and adds
27
-// 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
28
// before this point.
29
//
30
// This is useful for creating temporary allocas for intrinsics. Don't forget to
0 commit comments