diff options
-rw-r--r-- | src/gallium/auxiliary/gallivm/storagesoa.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/storagesoa.cpp b/src/gallium/auxiliary/gallivm/storagesoa.cpp index 646b9d7ca0d..d4ecf97c36d 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); |