diff options
Diffstat (limited to 'test/Linker')
-rw-r--r-- | test/Linker/testlink1.ll | 2 | ||||
-rw-r--r-- | test/Linker/testlink2.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/testlink1.ll b/test/Linker/testlink1.ll index df70afe..845d0fe 100644 --- a/test/Linker/testlink1.ll +++ b/test/Linker/testlink1.ll @@ -25,7 +25,7 @@ begin %v1 = load int* %MyVar call void %print(int %v1) ;; Should start out 4 - %idx = getelementptr { \2 *, int }* %MyIntList, long 0, ubyte 1 + %idx = getelementptr { \2 *, int }* %MyIntList, long 0, uint 1 %v2 = load int* %idx call void %print(int %v2) ;; Should start out 17 diff --git a/test/Linker/testlink2.ll b/test/Linker/testlink2.ll index 31a29eb..369f907 100644 --- a/test/Linker/testlink2.ll +++ b/test/Linker/testlink2.ll @@ -20,7 +20,7 @@ implementation int "foo"(int %blah) begin store int %blah, int *%MyVar - %idx = getelementptr { \2 *, int } * %MyIntList, long 0, ubyte 1 + %idx = getelementptr { \2 *, int } * %MyIntList, long 0, uint 1 store int 12, int* %idx %ack = load int * %0 ;; Load from the unnamed constant |