Skip to content

Commit fd07d90

Browse files
authored
[SPIRV] Fix buildbot failure after #149522 (#152135)
1 parent e005ba3 commit fd07d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,6 +1874,7 @@ void addInstrRequirements(const MachineInstr &MI,
18741874
case SPIRV::OpCopyMemorySized: {
18751875
Reqs.addCapability(SPIRV::Capability::Addresses);
18761876
// TODO: Add UntypedPointersKHR when implemented.
1877+
break;
18771878
}
18781879

18791880
default:

0 commit comments

Comments
 (0)