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 2fa682f400950a38a055040bd5efaf712f605ee3..8103bc917fc7f9d1a95f9e2b319c5c9cd2931445 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 ebbdb1a604c679aed7427ba9a1b3fd6e1ba2e496..b2ada10a3d68ca0dfebf2a1ba0feb1540597ab15 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"