projects
/
oota-llvm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reformat with gofmt.
[oota-llvm.git]
/
bindings
/
go
/
llvm
/
executionengine.go
diff --git
a/bindings/go/llvm/executionengine.go
b/bindings/go/llvm/executionengine.go
index
1418839
..
23c185c
100644
(file)
--- a/
bindings/go/llvm/executionengine.go
+++ b/
bindings/go/llvm/executionengine.go
@@
-36,7
+36,7
@@
type MCJITCompilerOptions struct {
}
func (options *MCJITCompilerOptions) SetMCJITOptimizationLevel(level uint) {
-
options.C.OptLevel = C.uint(level)
+ options.C.OptLevel = C.uint(level)
}
// helpers