llvmpipe: Remove extraneous name in lp_type pre-declaration.

This commit is contained in:
José Fonseca 2009-10-20 10:54:21 +01:00
parent 3b8dad47f8
commit ce98860012
5 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@
#include <llvm-c/Core.h> #include <llvm-c/Core.h>
struct lp_type type; struct lp_type;
struct lp_build_context; struct lp_build_context;

View File

@ -42,7 +42,7 @@
#include <pipe/p_compiler.h> #include <pipe/p_compiler.h>
struct lp_type type; struct lp_type;
unsigned unsigned

View File

@ -40,7 +40,7 @@
#include <llvm-c/Core.h> #include <llvm-c/Core.h>
struct lp_type type; struct lp_type;
LLVMValueRef LLVMValueRef

View File

@ -42,7 +42,7 @@
#include "pipe/p_defines.h" /* For PIPE_FUNC_xxx */ #include "pipe/p_defines.h" /* For PIPE_FUNC_xxx */
struct lp_type type; struct lp_type;
struct lp_build_context; struct lp_build_context;

View File

@ -40,7 +40,7 @@
#include <llvm-c/Core.h> #include <llvm-c/Core.h>
struct lp_type type; struct lp_type;
struct lp_build_context; struct lp_build_context;