Skip to content

Commit 07442f0

Browse files
committed
Remove more debugging code.
1 parent 324687d commit 07442f0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2082,13 +2082,8 @@ bool SPIRVGlobalRegistry::hasBlockDecoration(SPIRVType *Type) const {
20822082
if (Use.getOpcode() != SPIRV::OpDecorate)
20832083
continue;
20842084

2085-
llvm::dbgs() << "Found decoration: ";
2086-
Use.dump();
2087-
20882085
if (Use.getOperand(1).getImm() == SPIRV::Decoration::Block)
20892086
return true;
2090-
2091-
llvm::dbgs() << "Not a block decoration.\n";
20922087
}
20932088
return false;
20942089
}

0 commit comments

Comments
 (0)