mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
Remove support for parsing the "type i32" syntax for defining a numbered
top level type without a specified number. This syntax isn't documented and blocks forward progress. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
; RUN: llvm-as < %s | llvm-dis -o /dev/null
|
||||
type { %object.ModuleInfo.__vtbl*, i8*, %"byte[]", %1, %"ClassInfo[]", i32, void ()*, void ()*, void ()*, i8*, void ()* } ; type %0
|
||||
type { i64, %object.ModuleInfo* } ; type %1
|
||||
type { i32, void ()* } ; type %2
|
||||
%0 = type { %object.ModuleInfo.__vtbl*, i8*, %"byte[]", %1, %"ClassInfo[]", i32, void ()*, void ()*, void ()*, i8*, void ()* } ; type %0
|
||||
%1 = type { i64, %object.ModuleInfo* } ; type %1
|
||||
%2 = type { i32, void ()* } ; type %2
|
||||
%"ClassInfo[]" = type { i64, %object.ClassInfo** }
|
||||
%"Interface[]" = type { i64, %object.Interface* }
|
||||
%"ModuleInfo[]" = type { i64, %object.ModuleInfo** }
|
||||
|
Reference in New Issue
Block a user