summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/llvm_base_shader.cpp
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-10-26 14:52:10 -0400
committerZack Rusin <zack@tungstengraphics.com>2007-10-26 14:59:38 -0400
commit67e4b8299620db2e2f33795621b23e9827604bb1 (patch)
tree42ca87bc94e3753ec04d46010766cc3acf2d699f /src/mesa/pipe/llvm/llvm_base_shader.cpp
parent56da35ef76b062f2d37f37a4d3d986e333c4954d (diff)
Get basic function calls working in the shaders.
Diffstat (limited to 'src/mesa/pipe/llvm/llvm_base_shader.cpp')
-rw-r--r--src/mesa/pipe/llvm/llvm_base_shader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/llvm/llvm_base_shader.cpp b/src/mesa/pipe/llvm/llvm_base_shader.cpp
index f6fc83be9a..3f058258ee 100644
--- a/src/mesa/pipe/llvm/llvm_base_shader.cpp
+++ b/src/mesa/pipe/llvm/llvm_base_shader.cpp
@@ -634,7 +634,7 @@ Module* createBaseShader() {
BinaryOperator* int32_inc_103 = BinaryOperator::create(Instruction::Add, int32_i_0_reg2mem_0_100, const_int32_21, "inc", label_forbody_71);
ICmpInst* int1_cmp21 = new ICmpInst(ICmpInst::ICMP_SLT, int32_inc_103, int32_num_vertices, "cmp21", label_forbody_71);
new BranchInst(label_forbody_71, label_afterfor_72, int1_cmp21, label_forbody_71);
-
+
// Block afterfor (label_afterfor_72)
new ReturnInst(label_afterfor_72);