From: Vinson Lee Date: Fri, 1 Jan 2010 23:38:19 +0000 (-0800) Subject: llvmpipe: Use C-style comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd237a879fdc70cb070aa8be0f01a7b31d8207c6;p=mesa.git llvmpipe: Use C-style comment. --- diff --git a/src/gallium/drivers/llvmpipe/lp_test_conv.c b/src/gallium/drivers/llvmpipe/lp_test_conv.c index 968c7a2d4aa..faddfb96779 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(); */ } }