We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b7552 commit 2125eb5Copy full SHA for 2125eb5
1 file changed
source/opt/instruction.h
@@ -640,8 +640,8 @@ class Instruction : public utils::IntrusiveNodeBase<Instruction> {
640
641
// Returns true if all _other_ instruction that have the same set
642
// and binding are read only.
643
- // This function should only be called if IsReadOnlyPointerShaders() has already
644
- // been verified to return true.
+ // This function should only be called if IsReadOnlyPointerShaders() has
+ // already been verified to return true.
645
bool IsSetBindingUniformlyReadOnly() const;
646
647
// Returns true if the result of |inst| can be used as the base image for an
0 commit comments