summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_conv.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-01 15:38:19 -0800
committerVinson Lee <vlee@vmware.com>2010-01-01 15:38:19 -0800
commitfd237a879fdc70cb070aa8be0f01a7b31d8207c6 (patch)
treee5fe34f25ee6ac68e600b81b1b18d587c1856af1 /src/gallium/drivers/llvmpipe/lp_test_conv.c
parentdac82c378a94f0f42bef3f7e33e11e4eafb9872b (diff)
llvmpipe: Use C-style comment.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test_conv.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_conv.c b/src/gallium/drivers/llvmpipe/lp_test_conv.c
index 968c7a2d4a..faddfb9677 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_conv.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_conv.c
@@ -330,7 +330,7 @@ test_one(unsigned verbose,
fprintf(stderr, "conv.bc written\n");
fprintf(stderr, "Invoke as \"llc -o - conv.bc\"\n");
firsttime = FALSE;
- //abort();
+ /* abort(); */
}
}