gallivm/llvmpipe: move an old comment to a better location

This commit is contained in:
Brian Paul
2010-05-10 15:41:22 -06:00
parent 4e9c3bbc60
commit e0b5c6f921
2 changed files with 11 additions and 11 deletions
+11
View File
@@ -35,6 +35,17 @@
#define LP_BLD_H
/**
* @file
* LLVM IR building helpers interfaces.
*
* We use LLVM-C bindings for now. They are not documented, but follow the C++
* interfaces very closely, and appear to be complete enough for code
* genration. See
* http://npcontemplation.blogspot.com/2008/06/secret-of-llvm-c-bindings.html
* for a standalone example.
*/
#include <llvm-c/Core.h>
@@ -29,17 +29,6 @@
#define LP_BLD_BLEND_H
/**
* @file
* LLVM IR building helpers interfaces.
*
* We use LLVM-C bindings for now. They are not documented, but follow the C++
* interfaces very closely, and appear to be complete enough for code
* genration. See
* http://npcontemplation.blogspot.com/2008/06/secret-of-llvm-c-bindings.html
* for a standalone example.
*/
#include "gallivm/lp_bld.h"
#include "pipe/p_format.h"