Fix gcc -pedantic warning in lto.cpp.

llvm-svn: 207959
This commit is contained in:
Patrik Hagglund 2014-05-05 12:24:08 +00:00
parent afe6fb6f05
commit 9be9d8725b
1 changed files with 2 additions and 2 deletions

View File

@ -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) {