Mesa (mesa_7_7_branch): llvmpipe: Use C-style comment.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jan 1 23:38:41 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: fd237a879fdc70cb070aa8be0f01a7b31d8207c6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd237a879fdc70cb070aa8be0f01a7b31d8207c6

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jan  1 15:38:19 2010 -0800

llvmpipe: Use C-style comment.

---

 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 968c7a2..faddfb9 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(); */
       }
    }
 




More information about the mesa-commit mailing list