gallivm: Rename lp_bld_misc -> lp_bld_init.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 3 Mar 2010 10:54:35 +0000 (10:54 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 3 Mar 2010 12:02:26 +0000 (12:02 +0000)
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/gallivm/lp_bld_init.cpp [moved from src/gallium/auxiliary/gallivm/lp_bld_misc.cpp with 98% similarity]
src/gallium/auxiliary/gallivm/lp_bld_init.h [moved from src/gallium/auxiliary/gallivm/lp_bld_misc.h with 95% similarity]

index 60f9c2a..1d0930e 100644 (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 \
index 47de50b..f365c4b 100644 (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',
@@ -28,7 +28,7 @@
 
 #include "pipe/p_config.h"
 
-#include "lp_bld_misc.h"
+#include "lp_bld_init.h"
 
 
 #ifndef LLVM_NATIVE_ARCH
similarity index 95%
rename from src/gallium/auxiliary/gallivm/lp_bld_misc.h
rename to src/gallium/auxiliary/gallivm/lp_bld_init.h
index 0e787e0..6a8ab8e 100644 (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 */