projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d3f97d
)
Reformat with gofmt.
author
Eric Christopher
<echristo@gmail.com>
Wed, 26 Nov 2014 02:57:33 +0000
(
02:57
+0000)
committer
Eric Christopher
<echristo@gmail.com>
Wed, 26 Nov 2014 02:57:33 +0000
(
02:57
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222806
91177308
-0d34-0410-b5e6-
96231b3b80d8
bindings/go/llvm/executionengine.go
patch
|
blob
|
history
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