mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
Be more careful modifying the use_list while also iterating through it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46417 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
; RUN: llvm-as < %s | opt -disable-output -loop-unroll
|
||||
; PR1770
|
||||
; PR1947
|
||||
|
||||
%struct.cl_engine = type { i32, i16, i32, i8**, i8**, i8*, i8*, i8*, i8*, i8*, i8*, i8* }
|
||||
%struct.cl_limits = type { i32, i32, i32, i32, i16, i64 }
|
||||
%struct.cli_ac_alt = type { i8, i8*, i16, i16, %struct.cli_ac_alt* }
|
||||
|
||||
Reference in New Issue
Block a user