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:
parent
da77ae7155
commit
ed0a2aa2b2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user