diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-11-26 02:57:33 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-11-26 02:57:33 +0000 |
| commit | 1686e4e4b9d2a58dcc726f15b37013159a0e246d (patch) | |
| tree | 4d33772e672dd3c02a8a84f7f57745e31ee12d8d /llvm/bindings | |
| parent | 6fc4b1440d992060a4b849b5504c21256c348a9b (diff) | |
| download | bcm5719-llvm-1686e4e4b9d2a58dcc726f15b37013159a0e246d.tar.gz bcm5719-llvm-1686e4e4b9d2a58dcc726f15b37013159a0e246d.zip | |
Reformat with gofmt.
llvm-svn: 222806
Diffstat (limited to 'llvm/bindings')
| -rw-r--r-- | llvm/bindings/go/llvm/executionengine.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/bindings/go/llvm/executionengine.go b/llvm/bindings/go/llvm/executionengine.go index 141883975f8..23c185c010b 100644 --- a/llvm/bindings/go/llvm/executionengine.go +++ b/llvm/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 |

