[llvm] r222806 - Reformat with gofmt.
Eric Christopher
echristo at gmail.com
Tue Nov 25 18:57:33 PST 2014
Author: echristo
Date: Tue Nov 25 20:57:33 2014
New Revision: 222806
URL: http://llvm.org/viewvc/llvm-project?rev=222806&view=rev
Log:
Reformat with gofmt.
Modified:
llvm/trunk/bindings/go/llvm/executionengine.go
Modified: llvm/trunk/bindings/go/llvm/executionengine.go
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/go/llvm/executionengine.go?rev=222806&r1=222805&r2=222806&view=diff
==============================================================================
--- llvm/trunk/bindings/go/llvm/executionengine.go (original)
+++ llvm/trunk/bindings/go/llvm/executionengine.go Tue Nov 25 20:57:33 2014
@@ -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
More information about the llvm-commits
mailing list