mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Fix testcases to handle new syntax for construction and initializeation
Test constants git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@600 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
|
||||
global %MyVar = int *
|
||||
global %MyIntList = { \2 *, int } *
|
||||
global int * ; int*:0
|
||||
%MyVar = uninitialized global int
|
||||
%MyIntList = uninitialized global { \2 *, int }
|
||||
uninitialized global int ; int*:0
|
||||
|
||||
%AConst = constant int 123
|
||||
|
||||
implementation
|
||||
|
||||
|
Reference in New Issue
Block a user