gallivm/llvmpipe: move an old comment to a better location
authorBrian Paul <brianp@vmware.com>
Mon, 10 May 2010 21:41:22 +0000 (15:41 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 10 May 2010 23:04:19 +0000 (17:04 -0600)
src/gallium/auxiliary/gallivm/lp_bld.h
src/gallium/drivers/llvmpipe/lp_bld_blend.h

index 2fa682f..8103bc9 100644 (file)
 #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>  
 
 
index ebbdb1a..b2ada10 100644 (file)
 #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"