mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
Fix gcc -pedantic warning in lto.cpp.
llvm-svn: 207959
This commit is contained in:
parent
45cc3aaae1
commit
e8843303a9
@ -56,8 +56,8 @@ static void lto_initialize() {
|
||||
}
|
||||
}
|
||||
|
||||
DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOCodeGenerator, lto_code_gen_t);
|
||||
DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOModule, lto_module_t);
|
||||
DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOCodeGenerator, lto_code_gen_t)
|
||||
DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOModule, lto_module_t)
|
||||
|
||||
// Convert the subtarget features into a string to pass to LTOCodeGenerator.
|
||||
static void lto_add_attrs(lto_code_gen_t cg) {
|
||||
|
Loading…
Reference in New Issue
Block a user