1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Reformat with gofmt.

llvm-svn: 222806
This commit is contained in:
Eric Christopher 2014-11-26 02:57:33 +00:00
parent da77ae7155
commit ed0a2aa2b2

View File

@ -36,7 +36,7 @@ type MCJITCompilerOptions struct {
} }
func (options *MCJITCompilerOptions) SetMCJITOptimizationLevel(level uint) { func (options *MCJITCompilerOptions) SetMCJITOptimizationLevel(level uint) {
options.C.OptLevel = C.uint(level) options.C.OptLevel = C.uint(level)
} }
// helpers // helpers