gallivm: Rename lp_bld_misc -> lp_bld_init.

This commit is contained in:
José Fonseca 2010-03-03 10:54:35 +00:00
parent daf85c4608
commit af36b050eb
4 changed files with 6 additions and 6 deletions

View file

@ -158,7 +158,7 @@ GALLIVM_SOURCES = \
gallivm/lp_bld_type.c
GALLIVM_CPP_SOURCES = \
gallivm/lp_bld_misc.cpp
gallivm/lp_bld_init.cpp
GENERATED_SOURCES = \
indices/u_indices_gen.c \

View file

@ -192,7 +192,7 @@ if drawllvm:
'gallivm/lp_bld_interp.c',
'gallivm/lp_bld_intr.c',
'gallivm/lp_bld_logic.c',
'gallivm/lp_bld_misc.cpp',
'gallivm/lp_bld_init.cpp',
'gallivm/lp_bld_pack.c',
'gallivm/lp_bld_sample.c',
'gallivm/lp_bld_sample_soa.c',

View file

@ -28,7 +28,7 @@
#include "pipe/p_config.h"
#include "lp_bld_misc.h"
#include "lp_bld_init.h"
#ifndef LLVM_NATIVE_ARCH

View file

@ -26,8 +26,8 @@
**************************************************************************/
#ifndef LP_BLD_MISC_H
#define LP_BLD_MISC_H
#ifndef LP_BLD_INIT_H
#define LP_BLD_INIT_H
#include "llvm/Config/config.h"
@ -53,4 +53,4 @@ LLVMInitializeNativeTarget(void);
#endif
#endif /* !LP_BLD_MISC_H */
#endif /* !LP_BLD_INIT_H */