Skip to content

Commit 06bfbba

Browse files
committed
whitespace
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 93ff204 commit 06bfbba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/test/CodeGenHLSL/GlobalDestructors.hlsl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,7 @@ void main(unsigned GI : SV_GroupIndex) {
8888
// NOINLINE-SPIRV-NEXT: entry:
8989
// NOINLINE-SPIRV-NEXT: %0 = call token @llvm.experimental.convergence.entry()
9090
// NOINLINE-SPIRV-NEXT: call spir_func void @_ZN4TailD1Ev(ptr addrspacecast (ptr addrspace(1) @_ZZ3WagvE1T to ptr)) [ "convergencectrl"(token %0) ]
91-
92-
// NOINLINE-SPIRV-NEXT: call spir_func void @_ZN6PupperD1Ev(ptr addrspacecast (ptr addrspace(1) @GlobalPup to ptr)) [ "convergencectrl"(token %0) ]
93-
91+
// NOINLINE-SPIRV-NEXT: call spir_func void @_ZN6PupperD1Ev(ptr addrspacecast (ptr addrspace(1) @GlobalPup to ptr)) [ "convergencectrl"(token %0) ]
9492
// NOINLINE-SPIRV-NEXT: ret void
9593

9694
// NOINLINE: attributes [[IntAttr]] = {{.*}} alwaysinline

0 commit comments

Comments
 (0)