Skip to content

Commit 324687d

Browse files
committed
Remove debuging code.
1 parent e4be23c commit 324687d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,8 +1296,6 @@ bool SPIRVGlobalRegistry::isScalarOrVectorOfType(Register VReg,
12961296
}
12971297

12981298
bool SPIRVGlobalRegistry::isResourceType(SPIRVType *Type) const {
1299-
llvm::dbgs() << "isResourceType: Type=";
1300-
Type->dump();
13011299
switch (Type->getOpcode()) {
13021300
case SPIRV::OpTypeImage:
13031301
case SPIRV::OpTypeSampler:

0 commit comments

Comments
 (0)