ssa: fix defer move block[0] index
This commit is contained in:
10
cl/_testrt/nextblock/in.go
Normal file
10
cl/_testrt/nextblock/in.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
syms := []int{}
|
||||
for range syms {
|
||||
}
|
||||
defer println("bye")
|
||||
for range syms {
|
||||
}
|
||||
}
|
||||
1
cl/_testrt/nextblock/out.ll
Normal file
1
cl/_testrt/nextblock/out.ll
Normal file
@@ -0,0 +1 @@
|
||||
;
|
||||
Reference in New Issue
Block a user