diff options
author | Vinson Lee <[email protected]> | 2010-01-01 15:38:19 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-01 15:38:19 -0800 |
commit | fd237a879fdc70cb070aa8be0f01a7b31d8207c6 (patch) | |
tree | e5fe34f25ee6ac68e600b81b1b18d587c1856af1 /src | |
parent | dac82c378a94f0f42bef3f7e33e11e4eafb9872b (diff) |
llvmpipe: Use C-style comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_test_conv.c | 2 |
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 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(); */ } } |