summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-10-07 21:13:49 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-10-07 21:13:49 +0200
commit85e578bbc7032b356b436b282534c765ef35f064 (patch)
tree75c8205abd42338c6769de2364ca92193a48a1f0 /src
parentba86520cf750e2fdbb686cb3afe2acdbd447d2f9 (diff)
Gallivm: don't say hello, it's rude.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/auxiliary/gallivm/storagesoa.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/storagesoa.cpp b/src/gallium/auxiliary/gallivm/storagesoa.cpp
index 646b9d7ca0..d4ecf97c36 100644
--- a/src/gallium/auxiliary/gallivm/storagesoa.cpp
+++ b/src/gallium/auxiliary/gallivm/storagesoa.cpp
@@ -351,7 +351,6 @@ std::vector<llvm::Value*> StorageSoa::load(enum tgsi_file_type type, int idx, in
break;
case TGSI_FILE_CONSTANT:
val = constElement(m_builder, realIndex);
- printf("constant COUCOU index %d\n",realIndex);
break;
case TGSI_FILE_IMMEDIATE:
val = immediateElement(realIndex);